#7F5F56

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

Shades of Russett #7F5F56

Tints of Russett #7F5F56

Color information

#7F5F56 (or 0x7F5F56) is unknown color: approx Russett. HEX triplet: 7F, 5F and 56. RGB value is (127,95,86). Sum of RGB (Red+Green+Blue) = 127+95+86=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F56 is #80A0A9. Grayscale: #676767. Windows color (decimal): -8429738 or 5660543. OLE color: 5660543.

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

Color convert

RGB1279586-
CMYK00.250.320.50
HSL13.17º19.25%41.76%-
HSV(B)13.17º32.28%49.8%-
XYZ14.5213.3710.62-
YUV103.54118.1144.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.23%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=41.23%
G=30.84%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127958600.250.320.5013.1719.2541.76
Hex7F5F560192032d132a
Octal1771371260314062152352
Binary111111110111111010110011001100000110010110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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