#78584C

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

Shades of Dorado #78584C

Tints of Dorado #78584C

Color information

#78584C (or 0x78584C) is unknown color: approx Dorado. HEX triplet: 78, 58 and 4C. RGB value is (120,88,76). Sum of RGB (Red+Green+Blue) = 120+88+76=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78584C is #87A7B3. Grayscale: #606060. Windows color (decimal): -8890292 or 5003384. OLE color: 5003384.

HSL color Cylindrical-coordinate representation of color #78584C: hue angle of 16.36º 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 #78584C is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1208876-
CMYK00.270.370.53
HSL16.36º22.45%38.43%-
HSV(B)16.36º36.67%47.06%-
XYZ12.5411.498.4-
YUV96.2116.6144.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=42.25%
G=30.99%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120887600.270.370.5316.3622.4538.43
Hex78584C01B2535101626
Octal1701301140334565202646
Binary1111000101100010011000110111001011101011000010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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