#7F665A

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

Shades of Russett #7F665A

Tints of Russett #7F665A

Color information

#7F665A (or 0x7F665A) is unknown color: approx Russett. HEX triplet: 7F, 66 and 5A. RGB value is (127,102,90). Sum of RGB (Red+Green+Blue) = 127+102+90=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 127 - color contains mainly: red. Hex color #7F665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F665A is #8099A5. Grayscale: #6C6C6C. Windows color (decimal): -8427942 or 5924479. OLE color: 5924479.

HSL color Cylindrical-coordinate representation of color #7F665A: hue angle of 19.46º 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 #7F665A is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB12710290-
CMYK00.200.290.50
HSL19.46º17.05%42.55%-
HSV(B)19.46º29.13%49.8%-
XYZ15.3514.7511.71-
YUV108.11117.78141.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.81%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 90 (35.55% from 255) = 28.21%
R=39.81%
G=31.97%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271029000.200.290.5019.4617.0542.55
Hex7F665A0141D3213112b
Octal1771461320243562232153
Binary111111111001101011010010100111011100101001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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