#7F6960

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

Shades of Russett #7F6960

Tints of Russett #7F6960

Color information

#7F6960 (or 0x7F6960) is unknown color: approx Russett. HEX triplet: 7F, 69 and 60. RGB value is (127,105,96). Sum of RGB (Red+Green+Blue) = 127+105+96=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6960 is #80969F. Grayscale: #6E6E6E. Windows color (decimal): -8427168 or 6318463. OLE color: 6318463.

HSL color Cylindrical-coordinate representation of color #7F6960: hue angle of 17.42º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F6960 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12710596-
CMYK00.170.240.50
HSL17.42º13.9%43.73%-
HSV(B)17.42º24.41%49.8%-
XYZ15.9215.4613.21-
YUV110.55119.79139.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.72%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=38.72%
G=32.01%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271059600.170.240.5017.4213.943.73
Hex7F6960011183211e2c
Octal1771511400213062211654
Binary11111111101001110000001000111000110010100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,105,96); }

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

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

 a { background-color: rgb(127,105,96); }

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

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

 span { border-color: rgb(127,105,96); }

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