#7E7663

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

Shades of Stonewall #7E7663

Tints of Stonewall #7E7663

Color information

#7E7663 (or 0x7E7663) is unknown color: approx Stonewall. HEX triplet: 7E, 76 and 63. RGB value is (126,118,99). Sum of RGB (Red+Green+Blue) = 126+118+99=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7663 is #81899C. Grayscale: #767676. Windows color (decimal): -8489373 or 6518398. OLE color: 6518398.

HSL color Cylindrical-coordinate representation of color #7E7663: hue angle of 42.22º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E7663 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB12611899-
CMYK00.060.210.51
HSL42.22º12%44.12%-
HSV(B)42.22º21.43%49.41%-
XYZ17.3318.2914.42-
YUV118.23117.15133.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.73%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 99 (39.06% from 255) = 28.86%
R=36.73%
G=34.40%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261189900.060.210.5142.221244.12
Hex7E76630615332ac2c
Octal176166143062563521454
Binary1111110111011011000110110101011100111010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,118,99); }

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

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

 a { background-color: rgb(126,118,99); }

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

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

 span { border-color: rgb(126,118,99); }

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