#76564C

Color #76564C Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #76564C

Tints of Dorado #76564C

Color information

#76564C (or 0x76564C) is unknown color: approx Dorado. HEX triplet: 76, 56 and 4C. RGB value is (118,86,76). Sum of RGB (Red+Green+Blue) = 118+86+76=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76564C is #89A9B3. Grayscale: #5E5E5E. Windows color (decimal): -9021876 or 5002870. OLE color: 5002870.

HSL color Cylindrical-coordinate representation of color #76564C: hue angle of 14.29º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76564C is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1188676-
CMYK00.270.360.54
HSL14.29º21.65%38.04%-
HSV(B)14.29º35.59%46.27%-
XYZ12.111.038.33-
YUV94.43117.6144.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=42.14%
G=30.71%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118867600.270.360.5414.2921.6538.04
Hex76564C01B2436e1626
Octal1661261140334466162646
Binary111011010101101001100011011100100110110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76564C; }

 p { color: rgb(118,86,76); }

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

<style>
 a { background-color: #76564C; }

 a { background-color: rgb(118,86,76); }

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

<style>
 span { border-color: #76564C; }

 span { border-color: rgb(118,86,76); }

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