#74776A

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

Shades of Gunsmoke #74776A

Tints of Gunsmoke #74776A

Color information

#74776A (or 0x74776A) is unknown color: approx Gunsmoke. HEX triplet: 74, 77 and 6A. RGB value is (116,119,106). Sum of RGB (Red+Green+Blue) = 116+119+106=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 119 - color contains mainly: green. Hex color #74776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74776A is #8B8895. Grayscale: #747474. Windows color (decimal): -9144470 or 6977396. OLE color: 6977396.

HSL color Cylindrical-coordinate representation of color #74776A: hue angle of 73.85º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #74776A is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB116119106-
CMYK0.0300.110.53
HSL73.85º5.78%44.12%-
HSV(B)73.85º10.92%46.67%-
XYZ16.417.9516.24-
YUV116.62122.01127.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=34.02%
G=34.90%
B=31.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161191060.0300.110.5373.855.7844.12
Hex74776A30B354a62c
Octal164167152301365112654
Binary11101001110111110101011010111101011001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74776A; }

 p { color: rgb(116,119,106); }

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

<style>
 a { background-color: #74776A; }

 a { background-color: rgb(116,119,106); }

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

<style>
 span { border-color: #74776A; }

 span { border-color: rgb(116,119,106); }

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