#7D7666

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

Shades of Stonewall #7D7666

Tints of Stonewall #7D7666

Color information

#7D7666 (or 0x7D7666) is unknown color: approx Stonewall. HEX triplet: 7D, 76 and 66. RGB value is (125,118,102). Sum of RGB (Red+Green+Blue) = 125+118+102=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7666 is #828999. Grayscale: #767676. Windows color (decimal): -8554906 or 6715005. OLE color: 6715005.

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

Color convert

RGB125118102-
CMYK00.060.180.51
HSL41.74º10.13%44.51%-
HSV(B)41.74º18.4%49.02%-
XYZ17.3318.2815.18-
YUV118.27118.82132.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.23%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=36.23%
G=34.20%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511810200.060.180.5141.7410.1344.51
Hex7D76660612332aa2d
Octal175166146062263521255
Binary1111101111011011001100110100101100111010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,118,102); }

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

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

 a { background-color: rgb(125,118,102); }

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

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

 span { border-color: rgb(125,118,102); }

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