#757969

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

Shades of Gunsmoke #757969

Tints of Gunsmoke #757969

Color information

#757969 (or 0x757969) is unknown color: approx Gunsmoke. HEX triplet: 75, 79 and 69. RGB value is (117,121,105). Sum of RGB (Red+Green+Blue) = 117+121+105=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 121 - color contains mainly: green. Hex color #757969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757969 is #8A8696. Grayscale: #767676. Windows color (decimal): -9078423 or 6912373. OLE color: 6912373.

HSL color Cylindrical-coordinate representation of color #757969: hue angle of 75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #757969 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB117121105-
CMYK0.0300.130.53
HSL75º7.08%44.31%-
HSV(B)75º13.22%47.45%-
XYZ16.7218.4816.05-
YUV117.98120.67127.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=34.11%
G=35.28%
B=30.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171211050.0300.130.53757.0844.31
Hex75796930D354b72c
Octal165171151301565113754
Binary11101011111001110100111011011101011001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757969; }

 p { color: rgb(117,121,105); }

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

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

 a { background-color: rgb(117,121,105); }

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

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

 span { border-color: rgb(117,121,105); }

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