#74776E

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

Shades of Gunsmoke #74776E

Tints of Gunsmoke #74776E

Color information

#74776E (or 0x74776E) is unknown color: approx Gunsmoke. HEX triplet: 74, 77 and 6E. RGB value is (116,119,110). Sum of RGB (Red+Green+Blue) = 116+119+110=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 119 - color contains mainly: green. Hex color #74776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74776E is #8B8891. Grayscale: #757575. Windows color (decimal): -9144466 or 7239540. OLE color: 7239540.

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

Color convert

RGB116119110-
CMYK0.0300.080.53
HSL80º3.93%44.9%-
HSV(B)80º7.56%46.67%-
XYZ16.6118.0317.36-
YUV117.08124.01127.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=33.62%
G=34.49%
B=31.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161191100.0300.080.53803.9344.9
Hex74776E308355042d
Octal164167156301065120455
Binary11101001110111110111011010001101011010000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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