#7D7460

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

Shades of Stonewall #7D7460

Tints of Stonewall #7D7460

Color information

#7D7460 (or 0x7D7460) is unknown color: approx Stonewall. HEX triplet: 7D, 74 and 60. RGB value is (125,116,96). Sum of RGB (Red+Green+Blue) = 125+116+96=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7460 is #828B9F. Grayscale: #747474. Windows color (decimal): -8555424 or 6321277. OLE color: 6321277.

HSL color Cylindrical-coordinate representation of color #7D7460: hue angle of 41.38º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D7460 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB12511696-
CMYK00.070.230.51
HSL41.38º13.12%43.33%-
HSV(B)41.38º23.2%49.02%-
XYZ16.8117.713.6-
YUV116.41116.48134.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.09%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=37.09%
G=34.42%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251169600.070.230.5141.3813.1243.33
Hex7D746007173329d2b
Octal175164140072763511553
Binary1111101111010011000000111101111100111010011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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