#75786E

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

Shades of Gunsmoke #75786E

Tints of Gunsmoke #75786E

Color information

#75786E (or 0x75786E) is unknown color: approx Gunsmoke. HEX triplet: 75, 78 and 6E. RGB value is (117,120,110). Sum of RGB (Red+Green+Blue) = 117+120+110=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 120 - color contains mainly: green. Hex color #75786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75786E is #8A8791. Grayscale: #767676. Windows color (decimal): -9078674 or 7239797. OLE color: 7239797.

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

Color convert

RGB117120110-
CMYK0.0200.080.53
HSL78º4.35%45.1%-
HSV(B)78º8.33%47.06%-
XYZ16.8718.3417.4-
YUV117.96123.51127.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=33.72%
G=34.58%
B=31.70%

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
Decimal1171201100.0200.080.53784.3545.1
Hex75786E208354e42d
Octal165170156201065116455
Binary11101011111000110111010010001101011001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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