#767B67

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

Shades of Gunsmoke #767B67

Tints of Gunsmoke #767B67

Color information

#767B67 (or 0x767B67) is unknown color: approx Gunsmoke. HEX triplet: 76, 7B and 67. RGB value is (118,123,103). Sum of RGB (Red+Green+Blue) = 118+123+103=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #767B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B67 is #898498. Grayscale: #777777. Windows color (decimal): -9012377 or 6781814. OLE color: 6781814.

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

Color convert

RGB118123103-
CMYK0.0400.160.52
HSL75º8.85%44.31%-
HSV(B)75º16.26%48.24%-
XYZ171915.6-
YUV119.22118.84127.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 123 (48.44% from 255) = 35.76%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=34.30%
G=35.76%
B=29.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181231030.0400.160.52758.8544.31
Hex767B674010344b92c
Octal1661731474020641131154
Binary11101101111011110011110001000011010010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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