#7F755F

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

Shades of Stonewall #7F755F

Tints of Stonewall #7F755F

Color information

#7F755F (or 0x7F755F) is unknown color: approx Stonewall. HEX triplet: 7F, 75 and 5F. RGB value is (127,117,95). Sum of RGB (Red+Green+Blue) = 127+117+95=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F755F is #808AA0. Grayscale: #757575. Windows color (decimal): -8424097 or 6255999. OLE color: 6255999.

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

Color convert

RGB12711795-
CMYK00.080.250.50
HSL41.25º14.41%43.53%-
HSV(B)41.25º25.2%49.8%-
XYZ17.1818.0613.41-
YUV117.48115.31134.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=37.46%
G=34.51%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271179500.080.250.5041.2514.4143.53
Hex7F755F08193229e2c
Octal1771651370103162511654
Binary11111111110101101111101000110011100101010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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