#785B4E

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

Shades of Dorado #785B4E

Tints of Dorado #785B4E

Color information

#785B4E (or 0x785B4E) is unknown color: approx Dorado. HEX triplet: 78, 5B and 4E. RGB value is (120,91,78). Sum of RGB (Red+Green+Blue) = 120+91+78=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #785B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B4E is #87A4B1. Grayscale: #626262. Windows color (decimal): -8889522 or 5135224. OLE color: 5135224.

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

Color convert

RGB1209178-
CMYK00.240.350.53
HSL18.57º21.21%38.82%-
HSV(B)18.57º35%47.06%-
XYZ12.8612.038.85-
YUV98.19116.61143.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=41.52%
G=31.49%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120917800.240.350.5318.5721.2138.82
Hex785B4E0182335131527
Octal1701331160304365232547
Binary1111000101101110011100110001000111101011001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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