#7A5C51

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

Shades of Russett #7A5C51

Tints of Russett #7A5C51

Color information

#7A5C51 (or 0x7A5C51) is unknown color: approx Russett. HEX triplet: 7A, 5C and 51. RGB value is (122,92,81). Sum of RGB (Red+Green+Blue) = 122+92+81=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5C51 is #85A3AE. Grayscale: #636363. Windows color (decimal): -8758191 or 5332090. OLE color: 5332090.

HSL color Cylindrical-coordinate representation of color #7A5C51: hue angle of 16.1º 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 #7A5C51 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB1229281-
CMYK00.250.340.52
HSL16.1º20.2%39.8%-
HSV(B)16.1º33.61%47.84%-
XYZ13.3412.399.47-
YUV99.72117.44143.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.36%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=41.36%
G=31.19%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122928100.250.340.5216.120.239.8
Hex7A5C510192234101428
Octal1721341210314264202450
Binary1111010101110010100010110011000101101001000010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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