#78584E

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

Shades of Dorado #78584E

Tints of Dorado #78584E

Color information

#78584E (or 0x78584E) is unknown color: approx Dorado. HEX triplet: 78, 58 and 4E. RGB value is (120,88,78). Sum of RGB (Red+Green+Blue) = 120+88+78=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #78584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78584E is #87A7B1. Grayscale: #606060. Windows color (decimal): -8890290 or 5134456. OLE color: 5134456.

HSL color Cylindrical-coordinate representation of color #78584E: hue angle of 14.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78584E is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1208878-
CMYK00.270.350.53
HSL14.29º21.21%38.82%-
HSV(B)14.29º35%47.06%-
XYZ12.6111.528.77-
YUV96.43117.6144.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.96%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=41.96%
G=30.77%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120887800.270.350.5314.2921.2138.82
Hex78584E01B2335e1527
Octal1701301160334365162547
Binary111100010110001001110011011100011110101111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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