#7F745E

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

Shades of Stonewall #7F745E

Tints of Stonewall #7F745E

Color information

#7F745E (or 0x7F745E) is unknown color: approx Stonewall. HEX triplet: 7F, 74 and 5E. RGB value is (127,116,94). Sum of RGB (Red+Green+Blue) = 127+116+94=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F745E is #808BA1. Grayscale: #747474. Windows color (decimal): -8424354 or 6190207. OLE color: 6190207.

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

Color convert

RGB12711694-
CMYK00.090.260.50
HSL40º14.93%43.33%-
HSV(B)40º25.98%49.8%-
XYZ17.0217.8113.13-
YUV116.78115.14135.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=37.69%
G=34.42%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271169400.090.260.504014.9343.33
Hex7F745E091A3228f2b
Octal1771641360113262501753
Binary11111111110100101111001001110101100101010001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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