#73776C

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

Shades of Gunsmoke #73776C

Tints of Gunsmoke #73776C

Color information

#73776C (or 0x73776C) is unknown color: approx Gunsmoke. HEX triplet: 73, 77 and 6C. RGB value is (115,119,108). Sum of RGB (Red+Green+Blue) = 115+119+108=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 119 - color contains mainly: green. Hex color #73776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73776C is #8C8893. Grayscale: #747474. Windows color (decimal): -9210004 or 7108467. OLE color: 7108467.

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

Color convert

RGB115119108-
CMYK0.0300.090.53
HSL81.82º4.85%44.51%-
HSV(B)81.82º9.24%46.67%-
XYZ16.3717.9216.78-
YUV116.55123.17126.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=33.63%
G=34.80%
B=31.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151191080.0300.090.5381.824.8544.51
Hex73776C309355252d
Octal163167154301165122555
Binary11100111110111110110011010011101011010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73776C; }

 p { color: rgb(115,119,108); }

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

<style>
 a { background-color: #73776C; }

 a { background-color: rgb(115,119,108); }

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

<style>
 span { border-color: #73776C; }

 span { border-color: rgb(115,119,108); }

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