#767F63

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

Shades of Gunsmoke #767F63

Tints of Gunsmoke #767F63

Color information

#767F63 (or 0x767F63) is unknown color: approx Gunsmoke. HEX triplet: 76, 7F and 63. RGB value is (118,127,99). Sum of RGB (Red+Green+Blue) = 118+127+99=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 127 - color contains mainly: green. Hex color #767F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F63 is #89809C. Grayscale: #797979. Windows color (decimal): -9011357 or 6520694. OLE color: 6520694.

HSL color Cylindrical-coordinate representation of color #767F63: hue angle of 79.29º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #767F63 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB11812799-
CMYK0.0700.220.50
HSL79.29º12.39%44.31%-
HSV(B)79.29º22.05%49.8%-
XYZ17.3119.9314.74-
YUV121.12115.52125.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=34.30%
G=36.92%
B=28.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118127990.0700.220.5079.2912.3944.31
Hex767F637016324fc2c
Octal1661771437026621171454
Binary11101101111111110001111101011011001010011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,127,99); }

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

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

 a { background-color: rgb(118,127,99); }

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

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

 span { border-color: rgb(118,127,99); }

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