#7B7568

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

Shades of Stonewall #7B7568

Tints of Stonewall #7B7568

Color information

#7B7568 (or 0x7B7568) is unknown color: approx Stonewall. HEX triplet: 7B, 75 and 68. RGB value is (123,117,104). Sum of RGB (Red+Green+Blue) = 123+117+104=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7568 is #848A97. Grayscale: #757575. Windows color (decimal): -8686232 or 6845819. OLE color: 6845819.

HSL color Cylindrical-coordinate representation of color #7B7568: hue angle of 41.05º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B7568 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB123117104-
CMYK00.050.150.52
HSL41.05º8.37%44.51%-
HSV(B)41.05º15.45%48.24%-
XYZ17.0317.9315.66-
YUV117.31120.49132.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=35.76%
G=34.01%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311710400.050.150.5241.058.3744.51
Hex7B756805F342982d
Octal173165150051764511055
Binary111101111101011101000010111111101001010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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