#7F7565

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

Shades of Stonewall #7F7565

Tints of Stonewall #7F7565

Color information

#7F7565 (or 0x7F7565) is unknown color: approx Stonewall. HEX triplet: 7F, 75 and 65. RGB value is (127,117,101). Sum of RGB (Red+Green+Blue) = 127+117+101=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7565 is #808A9A. Grayscale: #767676. Windows color (decimal): -8424091 or 6649215. OLE color: 6649215.

HSL color Cylindrical-coordinate representation of color #7F7565: hue angle of 36.92º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F7565 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB127117101-
CMYK00.080.200.50
HSL36.92º11.4%44.71%-
HSV(B)36.92º20.47%49.8%-
XYZ17.4618.1714.9-
YUV118.17118.31134.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.81%
GREEN value IS 117 (46.09% from 255) = 33.91%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=36.81%
G=33.91%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711710100.080.200.5036.9211.444.71
Hex7F756508143225b2d
Octal1771651450102462451355
Binary11111111110101110010101000101001100101001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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