#7B746A

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

Shades of Stonewall #7B746A

Tints of Stonewall #7B746A

Color information

#7B746A (or 0x7B746A) is unknown color: approx Stonewall. HEX triplet: 7B, 74 and 6A. RGB value is (123,116,106). Sum of RGB (Red+Green+Blue) = 123+116+106=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 123 - color contains mainly: red. Hex color #7B746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B746A is #848B95. Grayscale: #757575. Windows color (decimal): -8686486 or 6976635. OLE color: 6976635.

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

Color convert

RGB123116106-
CMYK00.060.140.52
HSL35.29º7.42%44.9%-
HSV(B)35.29º13.82%48.24%-
XYZ17.0217.7416.16-
YUV116.95121.82132.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.65%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=35.65%
G=33.62%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311610600.060.140.5235.297.4244.9
Hex7B746A06E342372d
Octal17316415206166443755
Binary11110111110100110101001101110110100100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,116,106); }

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

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

 a { background-color: rgb(123,116,106); }

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

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

 span { border-color: rgb(123,116,106); }

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