#785F4F

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

Shades of Dorado #785F4F

Tints of Dorado #785F4F

Color information

#785F4F (or 0x785F4F) is unknown color: approx Dorado. HEX triplet: 78, 5F and 4F. RGB value is (120,95,79). Sum of RGB (Red+Green+Blue) = 120+95+79=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #785F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F4F is #87A0B0. Grayscale: #646464. Windows color (decimal): -8888497 or 5201784. OLE color: 5201784.

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

Color convert

RGB1209579-
CMYK00.210.340.53
HSL23.41º20.6%39.02%-
HSV(B)23.41º34.17%47.06%-
XYZ13.2512.749.16-
YUV100.65115.78141.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=40.82%
G=32.31%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120957900.210.340.5323.4120.639.02
Hex785F4F0152235171527
Octal1701371170254265272547
Binary1111000101111110011110101011000101101011011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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