#7A5F53

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

Shades of Russett #7A5F53

Tints of Russett #7A5F53

Color information

#7A5F53 (or 0x7A5F53) is unknown color: approx Russett. HEX triplet: 7A, 5F and 53. RGB value is (122,95,83). Sum of RGB (Red+Green+Blue) = 122+95+83=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F53 is #85A0AC. Grayscale: #656565. Windows color (decimal): -8757421 or 5463930. OLE color: 5463930.

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

Color convert

RGB1229583-
CMYK00.220.320.52
HSL18.46º19.02%40.2%-
HSV(B)18.46º31.97%47.84%-
XYZ13.6812.959.96-
YUV101.7117.45142.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.67%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 83 (32.81% from 255) = 27.67%
R=40.67%
G=31.67%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122958300.220.320.5218.4619.0240.2
Hex7A5F530162034121328
Octal1721371230264064222350
Binary1111010101111110100110101101000001101001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,95,83); }

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

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

 a { background-color: rgb(122,95,83); }

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

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

 span { border-color: rgb(122,95,83); }

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