#7F7668

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

Shades of Stonewall #7F7668

Tints of Stonewall #7F7668

Color information

#7F7668 (or 0x7F7668) is unknown color: approx Stonewall. HEX triplet: 7F, 76 and 68. RGB value is (127,118,104). Sum of RGB (Red+Green+Blue) = 127+118+104=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7668 is #808997. Grayscale: #777777. Windows color (decimal): -8423832 or 6846079. OLE color: 6846079.

HSL color Cylindrical-coordinate representation of color #7F7668: hue angle of 36.52º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F7668 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB127118104-
CMYK00.070.180.50
HSL36.52º9.96%45.29%-
HSV(B)36.52º18.11%49.8%-
XYZ17.7318.4715.73-
YUV119.09119.48133.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=36.39%
G=33.81%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711810400.070.180.5036.529.9645.29
Hex7F766807123225a2d
Octal177166150072262451255
Binary1111111111011011010000111100101100101001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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