#7F725F

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

Shades of Stonewall #7F725F

Tints of Stonewall #7F725F

Color information

#7F725F (or 0x7F725F) is unknown color: approx Stonewall. HEX triplet: 7F, 72 and 5F. RGB value is (127,114,95). Sum of RGB (Red+Green+Blue) = 127+114+95=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F725F is #808DA0. Grayscale: #737373. Windows color (decimal): -8424865 or 6255231. OLE color: 6255231.

HSL color Cylindrical-coordinate representation of color #7F725F: hue angle of 35.62º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F725F is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB12711495-
CMYK00.100.250.50
HSL35.62º14.41%43.53%-
HSV(B)35.62º25.2%49.8%-
XYZ16.8417.3713.29-
YUV115.72116.31136.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.80%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=37.80%
G=33.93%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271149500.100.250.5035.6214.4143.53
Hex7F725F0A193224e2c
Octal1771621370123162441654
Binary11111111110010101111101010110011100101001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,114,95); }

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

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

 a { background-color: rgb(127,114,95); }

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

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

 span { border-color: rgb(127,114,95); }

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