#73776E

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

Shades of Gunsmoke #73776E

Tints of Gunsmoke #73776E

Color information

#73776E (or 0x73776E) is unknown color: approx Gunsmoke. HEX triplet: 73, 77 and 6E. RGB value is (115,119,110). Sum of RGB (Red+Green+Blue) = 115+119+110=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 119 - color contains mainly: green. Hex color #73776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73776E is #8C8891. Grayscale: #747474. Windows color (decimal): -9210002 or 7239539. OLE color: 7239539.

HSL color Cylindrical-coordinate representation of color #73776E: hue angle of 86.67º 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 #73776E is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB115119110-
CMYK0.0300.080.53
HSL86.67º3.93%44.9%-
HSV(B)86.67º7.56%46.67%-
XYZ16.4817.9617.35-
YUV116.78124.17126.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=33.43%
G=34.59%
B=31.98%

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
Decimal1151191100.0300.080.5386.673.9344.9
Hex73776E308355742d
Octal163167156301065127455
Binary11100111110111110111011010001101011010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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