#785B53

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

Shades of Russett #785B53

Tints of Russett #785B53

Color information

#785B53 (or 0x785B53) is unknown color: approx Russett. HEX triplet: 78, 5B and 53. RGB value is (120,91,83). Sum of RGB (Red+Green+Blue) = 120+91+83=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #785B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B53 is #87A4AC. Grayscale: #626262. Windows color (decimal): -8889517 or 5462904. OLE color: 5462904.

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

Color convert

RGB1209183-
CMYK00.240.310.53
HSL12.97º18.23%39.8%-
HSV(B)12.97º30.83%47.06%-
XYZ13.0512.19.83-
YUV98.76119.11143.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.82%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 83 (32.81% from 255) = 28.23%
R=40.82%
G=30.95%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120918300.240.310.5312.9718.2339.8
Hex785B530181F35d1228
Octal1701331230303765152250
Binary11110001011011101001101100011111110101110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,91,83); }

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

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

 a { background-color: rgb(120,91,83); }

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

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

 span { border-color: rgb(120,91,83); }

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