#767B6D

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

Shades of Gunsmoke #767B6D

Tints of Gunsmoke #767B6D

Color information

#767B6D (or 0x767B6D) is unknown color: approx Gunsmoke. HEX triplet: 76, 7B and 6D. RGB value is (118,123,109). Sum of RGB (Red+Green+Blue) = 118+123+109=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 123 - color contains mainly: green. Hex color #767B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B6D is #898492. Grayscale: #777777. Windows color (decimal): -9012371 or 7175030. OLE color: 7175030.

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

Color convert

RGB118123109-
CMYK0.0400.110.52
HSL81.43º6.03%45.49%-
HSV(B)81.43º11.38%48.24%-
XYZ17.3119.1217.25-
YUV119.91121.84126.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=33.71%
G=35.14%
B=31.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181231090.0400.110.5281.436.0345.49
Hex767B6D40B345162d
Octal166173155401364121655
Binary111011011110111101101100010111101001010001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767B6D; }

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

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

<style>
 a { background-color: #767B6D; }

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

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

<style>
 span { border-color: #767B6D; }

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

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