#7F665C

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

Shades of Russett #7F665C

Tints of Russett #7F665C

Color information

#7F665C (or 0x7F665C) is unknown color: approx Russett. HEX triplet: 7F, 66 and 5C. RGB value is (127,102,92). Sum of RGB (Red+Green+Blue) = 127+102+92=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 127 - color contains mainly: red. Hex color #7F665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F665C is #8099A3. Grayscale: #6C6C6C. Windows color (decimal): -8427940 or 6055551. OLE color: 6055551.

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

Color convert

RGB12710292-
CMYK00.200.280.50
HSL17.14º15.98%42.94%-
HSV(B)17.14º27.56%49.8%-
XYZ15.4414.7912.17-
YUV108.34118.78141.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.56%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 92 (36.33% from 255) = 28.66%
R=39.56%
G=31.78%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271029200.200.280.5017.1415.9842.94
Hex7F665C0141C3211102b
Octal1771461340243462212053
Binary111111111001101011100010100111001100101000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,102,92); }

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

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

 a { background-color: rgb(127,102,92); }

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

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

 span { border-color: rgb(127,102,92); }

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