#7D7568

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

Shades of Stonewall #7D7568

Tints of Stonewall #7D7568

Color information

#7D7568 (or 0x7D7568) is unknown color: approx Stonewall. HEX triplet: 7D, 75 and 68. RGB value is (125,117,104). Sum of RGB (Red+Green+Blue) = 125+117+104=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7568 is #828A97. Grayscale: #757575. Windows color (decimal): -8555160 or 6845821. OLE color: 6845821.

HSL color Cylindrical-coordinate representation of color #7D7568: hue angle of 37.14º degrees, saturation: 0.09, 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 #7D7568 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB125117104-
CMYK00.060.170.51
HSL37.14º9.17%44.9%-
HSV(B)37.14º16.8%49.02%-
XYZ17.3218.0815.67-
YUV117.91120.15133.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.13%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=36.13%
G=33.82%
B=30.06%

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
Decimal12511710400.060.170.5137.149.1744.9
Hex7D75680611332592d
Octal175165150062163451155
Binary1111101111010111010000110100011100111001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,117,104); }

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

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

 a { background-color: rgb(125,117,104); }

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

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

 span { border-color: rgb(125,117,104); }

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