#75776F

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

Shades of Gunsmoke #75776F

Tints of Gunsmoke #75776F

Color information

#75776F (or 0x75776F) is unknown color: approx Gunsmoke. HEX triplet: 75, 77 and 6F. RGB value is (117,119,111). Sum of RGB (Red+Green+Blue) = 117+119+111=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 119 - color contains mainly: green. Hex color #75776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75776F is #8A8890. Grayscale: #757575. Windows color (decimal): -9078929 or 7305077. OLE color: 7305077.

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

Color convert

RGB117119111-
CMYK0.0200.070.53
HSL75º3.48%45.1%-
HSV(B)75º6.72%46.67%-
XYZ16.818.1217.65-
YUV117.49124.34127.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=33.72%
G=34.29%
B=31.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171191110.0200.070.53753.4845.1
Hex75776F207354b32d
Octal16516715720765113355
Binary111010111101111101111100111110101100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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