#7F655A

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

Shades of Russett #7F655A

Tints of Russett #7F655A

Color information

#7F655A (or 0x7F655A) is unknown color: approx Russett. HEX triplet: 7F, 65 and 5A. RGB value is (127,101,90). Sum of RGB (Red+Green+Blue) = 127+101+90=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 127 - color contains mainly: red. Hex color #7F655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F655A is #809AA5. Grayscale: #6B6B6B. Windows color (decimal): -8428198 or 5924223. OLE color: 5924223.

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

Color convert

RGB12710190-
CMYK00.200.290.50
HSL17.84º17.05%42.55%-
HSV(B)17.84º29.13%49.8%-
XYZ15.2514.5611.68-
YUV107.52118.11141.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.94%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=39.94%
G=31.76%
B=28.30%

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
Decimal1271019000.200.290.5017.8417.0542.55
Hex7F655A0141D3212112b
Octal1771451320243562222153
Binary111111111001011011010010100111011100101001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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