#767E65

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

Shades of Gunsmoke #767E65

Tints of Gunsmoke #767E65

Color information

#767E65 (or 0x767E65) is unknown color: approx Gunsmoke. HEX triplet: 76, 7E and 65. RGB value is (118,126,101). Sum of RGB (Red+Green+Blue) = 118+126+101=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 126 - color contains mainly: green. Hex color #767E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E65 is #89819A. Grayscale: #787878. Windows color (decimal): -9011611 or 6651510. OLE color: 6651510.

HSL color Cylindrical-coordinate representation of color #767E65: hue angle of 79.2º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #767E65 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB118126101-
CMYK0.0600.200.51
HSL79.2º11.01%44.51%-
HSV(B)79.2º19.84%49.41%-
XYZ17.2819.7115.21-
YUV120.76116.85126.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 126 (49.61% from 255) = 36.52%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=34.20%
G=36.52%
B=29.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181261010.0600.200.5179.211.0144.51
Hex767E656014334fb2d
Octal1661761456024631171355
Binary11101101111110110010111001010011001110011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,126,101); }

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

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

 a { background-color: rgb(118,126,101); }

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

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

 span { border-color: rgb(118,126,101); }

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