#785D4F

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

Shades of Dorado #785D4F

Tints of Dorado #785D4F

Color information

#785D4F (or 0x785D4F) is unknown color: approx Dorado. HEX triplet: 78, 5D and 4F. RGB value is (120,93,79). Sum of RGB (Red+Green+Blue) = 120+93+79=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #785D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D4F is #87A2B0. Grayscale: #636363. Windows color (decimal): -8889009 or 5201272. OLE color: 5201272.

HSL color Cylindrical-coordinate representation of color #785D4F: hue angle of 20.49º 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 #785D4F is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1209379-
CMYK00.220.340.53
HSL20.49º20.6%39.02%-
HSV(B)20.49º34.17%47.06%-
XYZ13.0712.399.1-
YUV99.48116.45142.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.10%
GREEN value IS 93 (36.72% from 255) = 31.85%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=41.10%
G=31.85%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120937900.220.340.5320.4920.639.02
Hex785D4F0162235141527
Octal1701351170264265242547
Binary1111000101110110011110101101000101101011010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785D4F; }

 p { color: rgb(120,93,79); }

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

<style>
 a { background-color: #785D4F; }

 a { background-color: rgb(120,93,79); }

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

<style>
 span { border-color: #785D4F; }

 span { border-color: rgb(120,93,79); }

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