#76796A

Color #76796A Gunsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunsmoke #76796A

Tints of Gunsmoke #76796A

Color information

#76796A (or 0x76796A) is unknown color: approx Gunsmoke. HEX triplet: 76, 79 and 6A. RGB value is (118,121,106). Sum of RGB (Red+Green+Blue) = 118+121+106=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 121 - color contains mainly: green. Hex color #76796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76796A is #898695. Grayscale: #767676. Windows color (decimal): -9012886 or 6977910. OLE color: 6977910.

HSL color Cylindrical-coordinate representation of color #76796A: hue angle of 72º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #76796A is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB118121106-
CMYK0.0200.120.53
HSL72º6.61%44.51%-
HSV(B)72º12.4%47.45%-
XYZ16.9118.5716.33-
YUV118.39121.01127.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=34.20%
G=35.07%
B=30.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181211060.0200.120.53726.6144.51
Hex76796A20C354872d
Octal166171152201465110755
Binary11101101111001110101010011001101011001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76796A; }

 p { color: rgb(118,121,106); }

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

<style>
 a { background-color: #76796A; }

 a { background-color: rgb(118,121,106); }

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

<style>
 span { border-color: #76796A; }

 span { border-color: rgb(118,121,106); }

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