#7F615A

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

Shades of Russett #7F615A

Tints of Russett #7F615A

Color information

#7F615A (or 0x7F615A) is unknown color: approx Russett. HEX triplet: 7F, 61 and 5A. RGB value is (127,97,90). Sum of RGB (Red+Green+Blue) = 127+97+90=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 127 - color contains mainly: red. Hex color #7F615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F615A is #809EA5. Grayscale: #696969. Windows color (decimal): -8429222 or 5923199. OLE color: 5923199.

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

Color convert

RGB1279790-
CMYK00.240.290.50
HSL11.35º17.05%42.55%-
HSV(B)11.35º29.13%49.8%-
XYZ14.8713.811.55-
YUV105.17119.44143.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.45%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=40.45%
G=30.89%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127979000.240.290.5011.3517.0542.55
Hex7F615A0181D32b112b
Octal1771411320303562132153
Binary11111111100001101101001100011101110010101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,97,90); }

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

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

 a { background-color: rgb(127,97,90); }

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

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

 span { border-color: rgb(127,97,90); }

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