#785F52

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

Shades of Dorado #785F52

Tints of Dorado #785F52

Color information

#785F52 (or 0x785F52) is unknown color: approx Dorado. HEX triplet: 78, 5F and 52. RGB value is (120,95,82). Sum of RGB (Red+Green+Blue) = 120+95+82=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #785F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F52 is #87A0AD. Grayscale: #656565. Windows color (decimal): -8888494 or 5398392. OLE color: 5398392.

HSL color Cylindrical-coordinate representation of color #785F52: hue angle of 20.53º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785F52 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1209582-
CMYK00.210.320.53
HSL20.53º18.81%39.61%-
HSV(B)20.53º31.67%47.06%-
XYZ13.3612.799.75-
YUV100.99117.28141.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.40%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=40.40%
G=31.99%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120958200.210.320.5320.5318.8139.61
Hex785F520152035151328
Octal1701371220254065252350
Binary1111000101111110100100101011000001101011010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,95,82); }

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

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

 a { background-color: rgb(120,95,82); }

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

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

 span { border-color: rgb(120,95,82); }

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