#767B6E

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

Shades of Gunsmoke #767B6E

Tints of Gunsmoke #767B6E

Color information

#767B6E (or 0x767B6E) is unknown color: approx Gunsmoke. HEX triplet: 76, 7B and 6E. RGB value is (118,123,110). Sum of RGB (Red+Green+Blue) = 118+123+110=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 123 - color contains mainly: green. Hex color #767B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B6E is #898491. Grayscale: #787878. Windows color (decimal): -9012370 or 7240566. OLE color: 7240566.

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

Color convert

RGB118123110-
CMYK0.0400.110.52
HSL83.08º5.58%45.69%-
HSV(B)83.08º10.57%48.24%-
XYZ17.3719.1417.53-
YUV120.02122.34126.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=33.62%
G=35.04%
B=31.34%

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
Decimal1181231100.0400.110.5283.085.5845.69
Hex767B6E40B345362e
Octal166173156401364123656
Binary111011011110111101110100010111101001010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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