#785F50

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

Shades of Dorado #785F50

Tints of Dorado #785F50

Color information

#785F50 (or 0x785F50) is unknown color: approx Dorado. HEX triplet: 78, 5F and 50. RGB value is (120,95,80). Sum of RGB (Red+Green+Blue) = 120+95+80=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #785F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F50 is #87A0AF. Grayscale: #646464. Windows color (decimal): -8888496 or 5267320. OLE color: 5267320.

HSL color Cylindrical-coordinate representation of color #785F50: hue angle of 22.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 #785F50 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1209580-
CMYK00.210.330.53
HSL22.5º20%39.22%-
HSV(B)22.5º33.33%47.06%-
XYZ13.2912.769.35-
YUV100.76116.28141.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.68%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=40.68%
G=32.20%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120958000.210.330.5322.52039.22
Hex785F500152135171427
Octal1701371200254165272447
Binary1111000101111110100000101011000011101011011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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