#76584C

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

Shades of Dorado #76584C

Tints of Dorado #76584C

Color information

#76584C (or 0x76584C) is unknown color: approx Dorado. HEX triplet: 76, 58 and 4C. RGB value is (118,88,76). Sum of RGB (Red+Green+Blue) = 118+88+76=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76584C is #89A7B3. Grayscale: #5F5F5F. Windows color (decimal): -9021364 or 5003382. OLE color: 5003382.

HSL color Cylindrical-coordinate representation of color #76584C: hue angle of 17.14º 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 #76584C is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1188876-
CMYK00.250.360.54
HSL17.14º21.65%38.04%-
HSV(B)17.14º35.59%46.27%-
XYZ12.2711.358.38-
YUV95.6116.94143.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=41.84%
G=31.21%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118887600.250.360.5417.1421.6538.04
Hex76584C0192436111626
Octal1661301140314466212646
Binary1110110101100010011000110011001001101101000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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