#7F6963

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

Shades of Russett #7F6963

Tints of Russett #7F6963

Color information

#7F6963 (or 0x7F6963) is unknown color: approx Russett. HEX triplet: 7F, 69 and 63. RGB value is (127,105,99). Sum of RGB (Red+Green+Blue) = 127+105+99=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6963 is #80969C. Grayscale: #6E6E6E. Windows color (decimal): -8427165 or 6515071. OLE color: 6515071.

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

Color convert

RGB12710599-
CMYK00.170.220.50
HSL12.86º12.39%44.31%-
HSV(B)12.86º22.05%49.8%-
XYZ16.0615.5213.95-
YUV110.89121.29139.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.37%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=38.37%
G=31.72%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271059900.170.220.5012.8612.3944.31
Hex7F69630111632dc2c
Octal1771511430212662151454
Binary1111111110100111000110100011011011001011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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