#767A6A

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

Shades of Gunsmoke #767A6A

Tints of Gunsmoke #767A6A

Color information

#767A6A (or 0x767A6A) is unknown color: approx Gunsmoke. HEX triplet: 76, 7A and 6A. RGB value is (118,122,106). Sum of RGB (Red+Green+Blue) = 118+122+106=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 122 - color contains mainly: green. Hex color #767A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A6A is #898595. Grayscale: #777777. Windows color (decimal): -9012630 or 6978166. OLE color: 6978166.

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

Color convert

RGB118122106-
CMYK0.0300.130.52
HSL75º7.02%44.71%-
HSV(B)75º13.11%47.84%-
XYZ17.0318.8116.37-
YUV118.98120.67127.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=34.10%
G=35.26%
B=30.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181221060.0300.130.52757.0244.71
Hex767A6A30D344b72d
Octal166172152301564113755
Binary11101101111010110101011011011101001001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,122,106); }

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

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

 a { background-color: rgb(118,122,106); }

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

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

 span { border-color: rgb(118,122,106); }

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