#75776C

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

Shades of Gunsmoke #75776C

Tints of Gunsmoke #75776C

Color information

#75776C (or 0x75776C) is unknown color: approx Gunsmoke. HEX triplet: 75, 77 and 6C. RGB value is (117,119,108). Sum of RGB (Red+Green+Blue) = 117+119+108=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 119 - color contains mainly: green. Hex color #75776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75776C is #8A8893. Grayscale: #757575. Windows color (decimal): -9078932 or 7108469. OLE color: 7108469.

HSL color Cylindrical-coordinate representation of color #75776C: hue angle of 70.91º 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 #75776C is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB117119108-
CMYK0.0200.090.53
HSL70.91º4.85%44.51%-
HSV(B)70.91º9.24%46.67%-
XYZ16.6418.0616.8-
YUV117.15122.84127.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=34.01%
G=34.59%
B=31.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171191080.0200.090.5370.914.8544.51
Hex75776C209354752d
Octal165167154201165107555
Binary11101011110111110110010010011101011000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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