#785C51

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

Shades of Dorado #785C51

Tints of Dorado #785C51

Color information

#785C51 (or 0x785C51) is unknown color: approx Dorado. HEX triplet: 78, 5C and 51. RGB value is (120,92,81). Sum of RGB (Red+Green+Blue) = 120+92+81=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #785C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C51 is #87A3AE. Grayscale: #636363. Windows color (decimal): -8889263 or 5332088. OLE color: 5332088.

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

Color convert

RGB1209281-
CMYK00.230.320.53
HSL16.92º19.4%39.41%-
HSV(B)16.92º32.5%47.06%-
XYZ13.0612.249.46-
YUV99.12117.78142.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.96%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=40.96%
G=31.40%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120928100.230.320.5316.9219.439.41
Hex785C510172035111327
Octal1701341210274065212347
Binary1111000101110010100010101111000001101011000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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