#7F7461

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

Shades of Stonewall #7F7461

Tints of Stonewall #7F7461

Color information

#7F7461 (or 0x7F7461) is unknown color: approx Stonewall. HEX triplet: 7F, 74 and 61. RGB value is (127,116,97). Sum of RGB (Red+Green+Blue) = 127+116+97=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7461 is #808B9E. Grayscale: #757575. Windows color (decimal): -8424351 or 6386815. OLE color: 6386815.

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

Color convert

RGB12711697-
CMYK00.090.240.50
HSL38º13.39%43.92%-
HSV(B)38º23.62%49.8%-
XYZ17.1617.8713.85-
YUV117.12116.64135.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=37.35%
G=34.12%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271169700.090.240.503813.3943.92
Hex7F746109183226d2c
Octal1771641410113062461554
Binary11111111110100110000101001110001100101001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,116,97); }

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

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

 a { background-color: rgb(127,116,97); }

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

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

 span { border-color: rgb(127,116,97); }

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