#767B68

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

Shades of Gunsmoke #767B68

Tints of Gunsmoke #767B68

Color information

#767B68 (or 0x767B68) is unknown color: approx Gunsmoke. HEX triplet: 76, 7B and 68. RGB value is (118,123,104). Sum of RGB (Red+Green+Blue) = 118+123+104=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 123 - color contains mainly: green. Hex color #767B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B68 is #898497. Grayscale: #777777. Windows color (decimal): -9012376 or 6847350. OLE color: 6847350.

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

Color convert

RGB118123104-
CMYK0.0400.150.52
HSL75.79º8.37%44.51%-
HSV(B)75.79º15.45%48.24%-
XYZ17.0519.0215.87-
YUV119.34119.34127.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 123 (48.44% from 255) = 35.65%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=34.20%
G=35.65%
B=30.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181231040.0400.150.5275.798.3744.51
Hex767B6840F344c82d
Octal1661731504017641141055
Binary1110110111101111010001000111111010010011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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