#74776F

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

Shades of Gunsmoke #74776F

Tints of Gunsmoke #74776F

Color information

#74776F (or 0x74776F) is unknown color: approx Gunsmoke. HEX triplet: 74, 77 and 6F. RGB value is (116,119,111). Sum of RGB (Red+Green+Blue) = 116+119+111=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 119 - color contains mainly: green. Hex color #74776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74776F is #8B8890. Grayscale: #757575. Windows color (decimal): -9144465 or 7305076. OLE color: 7305076.

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

Color convert

RGB116119111-
CMYK0.0300.070.53
HSL82.5º3.48%45.1%-
HSV(B)82.5º6.72%46.67%-
XYZ16.6718.0517.65-
YUV117.19124.51127.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=33.53%
G=34.39%
B=32.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161191110.0300.070.5382.53.4845.1
Hex74776F307355232d
Octal16416715730765122355
Binary111010011101111101111110111110101101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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