#7F5F57

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

Shades of Russett #7F5F57

Tints of Russett #7F5F57

Color information

#7F5F57 (or 0x7F5F57) is unknown color: approx Russett. HEX triplet: 7F, 5F and 57. RGB value is (127,95,87). Sum of RGB (Red+Green+Blue) = 127+95+87=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F57 is #80A0A8. Grayscale: #676767. Windows color (decimal): -8429737 or 5726079. OLE color: 5726079.

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

Color convert

RGB1279587-
CMYK00.250.310.50
HSL12º18.69%41.96%-
HSV(B)12º31.5%49.8%-
XYZ14.5613.3810.83-
YUV103.66118.6144.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.10%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 87 (34.38% from 255) = 28.16%
R=41.10%
G=30.74%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127958700.250.310.501218.6941.96
Hex7F5F570191F32c132a
Octal1771371270313762142352
Binary11111111011111101011101100111111110010110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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