#77594E

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

Shades of Dorado #77594E

Tints of Dorado #77594E

Color information

#77594E (or 0x77594E) is unknown color: approx Dorado. HEX triplet: 77, 59 and 4E. RGB value is (119,89,78). Sum of RGB (Red+Green+Blue) = 119+89+78=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #77594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77594E is #88A6B1. Grayscale: #606060. Windows color (decimal): -8955570 or 5134711. OLE color: 5134711.

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

Color convert

RGB1198978-
CMYK00.250.340.53
HSL16.1º20.81%38.63%-
HSV(B)16.1º34.45%46.67%-
XYZ12.5611.628.79-
YUV96.72117.44143.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=41.61%
G=31.12%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119897800.250.340.5316.120.8138.63
Hex77594E0192235101527
Octal1671311160314265202547
Binary1110111101100110011100110011000101101011000010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,89,78); }

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

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

 a { background-color: rgb(119,89,78); }

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

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

 span { border-color: rgb(119,89,78); }

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