#75776E

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

Shades of Gunsmoke #75776E

Tints of Gunsmoke #75776E

Color information

#75776E (or 0x75776E) is unknown color: approx Gunsmoke. HEX triplet: 75, 77 and 6E. RGB value is (117,119,110). Sum of RGB (Red+Green+Blue) = 117+119+110=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 119 - color contains mainly: green. Hex color #75776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75776E is #8A8891. Grayscale: #757575. Windows color (decimal): -9078930 or 7239541. OLE color: 7239541.

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

Color convert

RGB117119110-
CMYK0.0200.080.53
HSL73.33º3.93%44.9%-
HSV(B)73.33º7.56%46.67%-
XYZ16.7518.117.36-
YUV117.38123.84127.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=33.82%
G=34.39%
B=31.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171191100.0200.080.5373.333.9344.9
Hex75776E208354942d
Octal165167156201065111455
Binary11101011110111110111010010001101011001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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