#76786D

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

Shades of Gunsmoke #76786D

Tints of Gunsmoke #76786D

Color information

#76786D (or 0x76786D) is unknown color: approx Gunsmoke. HEX triplet: 76, 78 and 6D. RGB value is (118,120,109). Sum of RGB (Red+Green+Blue) = 118+120+109=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 120 - color contains mainly: green. Hex color #76786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76786D is #898792. Grayscale: #767676. Windows color (decimal): -9013139 or 7174262. OLE color: 7174262.

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

Color convert

RGB118120109-
CMYK0.0200.090.53
HSL70.91º4.8%44.9%-
HSV(B)70.91º9.17%47.06%-
XYZ16.9518.3917.12-
YUV118.15122.84127.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=34.01%
G=34.58%
B=31.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181201090.0200.090.5370.914.844.9
Hex76786D209354752d
Octal166170155201165107555
Binary11101101111000110110110010011101011000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76786D; }

 p { color: rgb(118,120,109); }

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

<style>
 a { background-color: #76786D; }

 a { background-color: rgb(118,120,109); }

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

<style>
 span { border-color: #76786D; }

 span { border-color: rgb(118,120,109); }

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