#78594C

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

Shades of Dorado #78594C

Tints of Dorado #78594C

Color information

#78594C (or 0x78594C) is unknown color: approx Dorado. HEX triplet: 78, 59 and 4C. RGB value is (120,89,76). Sum of RGB (Red+Green+Blue) = 120+89+76=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78594C is #87A6B3. Grayscale: #606060. Windows color (decimal): -8890036 or 5003640. OLE color: 5003640.

HSL color Cylindrical-coordinate representation of color #78594C: hue angle of 17.73º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78594C is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1208976-
CMYK00.260.370.53
HSL17.73º22.45%38.43%-
HSV(B)17.73º36.67%47.06%-
XYZ12.6211.668.42-
YUV96.79116.27144.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=42.11%
G=31.23%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120897600.260.370.5317.7322.4538.43
Hex78594C01A2535121626
Octal1701311140324565222646
Binary1111000101100110011000110101001011101011001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,89,76); }

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

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

 a { background-color: rgb(120,89,76); }

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

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

 span { border-color: rgb(120,89,76); }

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