#7F5F52

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

Shades of Russett #7F5F52

Tints of Russett #7F5F52

Color information

#7F5F52 (or 0x7F5F52) is unknown color: approx Russett. HEX triplet: 7F, 5F and 52. RGB value is (127,95,82). Sum of RGB (Red+Green+Blue) = 127+95+82=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F52 is #80A0AD. Grayscale: #676767. Windows color (decimal): -8429742 or 5398399. OLE color: 5398399.

HSL color Cylindrical-coordinate representation of color #7F5F52: hue angle of 17.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F5F52 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB1279582-
CMYK00.250.350.50
HSL17.33º21.53%40.98%-
HSV(B)17.33º35.43%49.8%-
XYZ14.3713.319.79-
YUV103.09116.1145.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.78%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=41.78%
G=31.25%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127958200.250.350.5017.3321.5340.98
Hex7F5F520192332111629
Octal1771371220314362212651
Binary1111111101111110100100110011000111100101000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,95,82); }

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

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

 a { background-color: rgb(127,95,82); }

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

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

 span { border-color: rgb(127,95,82); }

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