#75786A

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

Shades of Gunsmoke #75786A

Tints of Gunsmoke #75786A

Color information

#75786A (or 0x75786A) is unknown color: approx Gunsmoke. HEX triplet: 75, 78 and 6A. RGB value is (117,120,106). Sum of RGB (Red+Green+Blue) = 117+120+106=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 120 - color contains mainly: green. Hex color #75786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75786A is #8A8795. Grayscale: #757575. Windows color (decimal): -9078678 or 6977653. OLE color: 6977653.

HSL color Cylindrical-coordinate representation of color #75786A: hue angle of 72.86º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #75786A is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB117120106-
CMYK0.0200.120.53
HSL72.86º6.19%44.31%-
HSV(B)72.86º11.67%47.06%-
XYZ16.6518.2616.28-
YUV117.51121.51127.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=34.11%
G=34.99%
B=30.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171201060.0200.120.5372.866.1944.31
Hex75786A20C354962c
Octal165170152201465111654
Binary11101011111000110101010011001101011001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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