#7A5951

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

Shades of Russett #7A5951

Tints of Russett #7A5951

Color information

#7A5951 (or 0x7A5951) is unknown color: approx Russett. HEX triplet: 7A, 59 and 51. RGB value is (122,89,81). Sum of RGB (Red+Green+Blue) = 122+89+81=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5951 is #85A6AE. Grayscale: #626262. Windows color (decimal): -8758959 or 5331322. OLE color: 5331322.

HSL color Cylindrical-coordinate representation of color #7A5951: hue angle of 11.71º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5951 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB1228981-
CMYK00.270.340.52
HSL11.71º20.2%39.8%-
HSV(B)11.71º33.61%47.84%-
XYZ13.0811.889.39-
YUV97.96118.43145.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.78%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 81 (32.03% from 255) = 27.74%
R=41.78%
G=30.48%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122898100.270.340.5211.7120.239.8
Hex7A595101B2234c1428
Octal1721311210334264142450
Binary111101010110011010001011011100010110100110010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5951; }

 p { color: rgb(122,89,81); }

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

<style>
 a { background-color: #7A5951; }

 a { background-color: rgb(122,89,81); }

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

<style>
 span { border-color: #7A5951; }

 span { border-color: rgb(122,89,81); }

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