#76414A

Color #76414A Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #76414A

Tints of Camelot #76414A

Color information

#76414A (or 0x76414A) is unknown color: approx Camelot. HEX triplet: 76, 41 and 4A. RGB value is (118,65,74). Sum of RGB (Red+Green+Blue) = 118+65+74=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #76414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76414A is #89BEB5. Grayscale: #515151. Windows color (decimal): -9027254 or 4866422. OLE color: 4866422.

HSL color Cylindrical-coordinate representation of color #76414A: hue angle of 349.81º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76414A is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1186574-
CMYK00.450.370.54
HSL349.81º28.96%35.88%-
HSV(B)349.81º44.92%46.27%-
XYZ10.68.137.49-
YUV81.87123.56153.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=45.91%
G=25.29%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118657400.450.370.54349.8128.9635.88
Hex76414A02D253615e1d24
Octal16610111205545665363544
Binary111011010000011001010010110110010111011010101111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76414A; }

 p { color: rgb(118,65,74); }

 H1.HeaderClassName
 {
   color: #76414A;
 }
 .AnyTagClassName
 {
   color: #76414A;
 }
</style>
background-color css

<style>
 a { background-color: #76414A; }

 a { background-color: rgb(118,65,74); }

 div.DivClassName
 {
   background-color: #76414A;
 }
 .BgClassName
 {
   background-color: #76414A;
 }
</style>
border-color css

<style>
 span { border-color: #76414A; }

 span { border-color: rgb(118,65,74); }

 td.TdClassName
 {
   border-color: #76414A;
 }
 .TagClassName
 {
   border-color: #76414A;
 }
</style>