#75796E

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

Shades of Gunsmoke #75796E

Tints of Gunsmoke #75796E

Color information

#75796E (or 0x75796E) is unknown color: approx Gunsmoke. HEX triplet: 75, 79 and 6E. RGB value is (117,121,110). Sum of RGB (Red+Green+Blue) = 117+121+110=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 121 - color contains mainly: green. Hex color #75796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75796E is #8A8691. Grayscale: #767676. Windows color (decimal): -9078418 or 7240053. OLE color: 7240053.

HSL color Cylindrical-coordinate representation of color #75796E: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #75796E is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB117121110-
CMYK0.0300.090.53
HSL81.82º4.76%45.29%-
HSV(B)81.82º9.09%47.45%-
XYZ16.9918.5817.44-
YUV118.55123.17126.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=33.62%
G=34.77%
B=31.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171211100.0300.090.5381.824.7645.29
Hex75796E309355252d
Octal165171156301165122555
Binary11101011111001110111011010011101011010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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