#7E7668

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

Shades of Stonewall #7E7668

Tints of Stonewall #7E7668

Color information

#7E7668 (or 0x7E7668) is unknown color: approx Stonewall. HEX triplet: 7E, 76 and 68. RGB value is (126,118,104). Sum of RGB (Red+Green+Blue) = 126+118+104=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7668 is #818997. Grayscale: #767676. Windows color (decimal): -8489368 or 6846078. OLE color: 6846078.

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

Color convert

RGB126118104-
CMYK00.060.170.51
HSL38.18º9.57%45.1%-
HSV(B)38.18º17.46%49.41%-
XYZ17.5818.3915.72-
YUV118.8119.65133.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.21%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=36.21%
G=33.91%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12611810400.060.170.5138.189.5745.1
Hex7E766806113326a2d
Octal176166150062163461255
Binary1111110111011011010000110100011100111001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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