#7D7466

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

Shades of Stonewall #7D7466

Tints of Stonewall #7D7466

Color information

#7D7466 (or 0x7D7466) is unknown color: approx Stonewall. HEX triplet: 7D, 74 and 66. RGB value is (125,116,102). Sum of RGB (Red+Green+Blue) = 125+116+102=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7466 is #828B99. Grayscale: #757575. Windows color (decimal): -8555418 or 6714493. OLE color: 6714493.

HSL color Cylindrical-coordinate representation of color #7D7466: hue angle of 36.52º 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 #7D7466 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB125116102-
CMYK00.070.180.51
HSL36.52º10.13%44.51%-
HSV(B)36.52º18.4%49.02%-
XYZ17.117.8115.11-
YUV117.1119.48133.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.44%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=36.44%
G=33.82%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511610200.070.180.5136.5210.1344.51
Hex7D746607123325a2d
Octal175164146072263451255
Binary1111101111010011001100111100101100111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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