#767B6C

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

Shades of Gunsmoke #767B6C

Tints of Gunsmoke #767B6C

Color information

#767B6C (or 0x767B6C) is unknown color: approx Gunsmoke. HEX triplet: 76, 7B and 6C. RGB value is (118,123,108). Sum of RGB (Red+Green+Blue) = 118+123+108=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 123 - color contains mainly: green. Hex color #767B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B6C is #898493. Grayscale: #777777. Windows color (decimal): -9012372 or 7109494. OLE color: 7109494.

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

Color convert

RGB118123108-
CMYK0.0400.120.52
HSL80º6.49%45.29%-
HSV(B)80º12.2%48.24%-
XYZ17.2619.116.96-
YUV119.79121.34126.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=33.81%
G=35.24%
B=30.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181231080.0400.120.52806.4945.29
Hex767B6C40C345062d
Octal166173154401464120655
Binary111011011110111101100100011001101001010000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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