#785C4E

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

Shades of Dorado #785C4E

Tints of Dorado #785C4E

Color information

#785C4E (or 0x785C4E) is unknown color: approx Dorado. HEX triplet: 78, 5C and 4E. RGB value is (120,92,78). Sum of RGB (Red+Green+Blue) = 120+92+78=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #785C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C4E is #87A3B1. Grayscale: #626262. Windows color (decimal): -8889266 or 5135480. OLE color: 5135480.

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

Color convert

RGB1209278-
CMYK00.230.350.53
HSL20º21.21%38.82%-
HSV(B)20º35%47.06%-
XYZ12.9512.28.88-
YUV98.78116.28143.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.38%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=41.38%
G=31.72%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120927800.230.350.532021.2138.82
Hex785C4E0172335141527
Octal1701341160274365242547
Binary1111000101110010011100101111000111101011010010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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