#7F775E

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

Shades of Stonewall #7F775E

Tints of Stonewall #7F775E

Color information

#7F775E (or 0x7F775E) is unknown color: approx Stonewall. HEX triplet: 7F, 77 and 5E. RGB value is (127,119,94). Sum of RGB (Red+Green+Blue) = 127+119+94=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F775E is #8088A1. Grayscale: #767676. Windows color (decimal): -8423586 or 6190975. OLE color: 6190975.

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

Color convert

RGB12711994-
CMYK00.060.260.50
HSL45.45º14.93%43.33%-
HSV(B)45.45º25.98%49.8%-
XYZ17.3718.5113.25-
YUV118.54114.15134.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=37.35%
G=35%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271199400.060.260.5045.4514.9343.33
Hex7F775E061A322df2b
Octal177167136063262551753
Binary1111111111011110111100110110101100101011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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