#785D50

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

Shades of Dorado #785D50

Tints of Dorado #785D50

Color information

#785D50 (or 0x785D50) is unknown color: approx Dorado. HEX triplet: 78, 5D and 50. RGB value is (120,93,80). Sum of RGB (Red+Green+Blue) = 120+93+80=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #785D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D50 is #87A2AF. Grayscale: #636363. Windows color (decimal): -8889008 or 5266808. OLE color: 5266808.

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

Color convert

RGB1209380-
CMYK00.220.330.53
HSL19.5º20%39.22%-
HSV(B)19.5º33.33%47.06%-
XYZ13.1112.49.29-
YUV99.59116.95142.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.96%
GREEN value IS 93 (36.72% from 255) = 31.74%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=40.96%
G=31.74%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120938000.220.330.5319.52039.22
Hex785D500162135141427
Octal1701351200264165242447
Binary1111000101110110100000101101000011101011010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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