#858977

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

Shades of Gunsmoke #858977

Tints of Gunsmoke #858977

Color information

#858977 (or 0x858977) is unknown color: approx Gunsmoke. HEX triplet: 85, 89 and 77. RGB value is (133,137,119). Sum of RGB (Red+Green+Blue) = 133+137+119=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #858977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858977 is #7A7688. Grayscale: #858585. Windows color (decimal): -8025737 or 7833989. OLE color: 7833989.

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

Color convert

RGB133137119-
CMYK0.0300.130.46
HSL73.33º7.09%50.2%-
HSV(B)73.33º13.14%53.73%-
XYZ21.9524.2120.97-
YUV133.75119.67127.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=34.19%
G=35.22%
B=30.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371190.0300.130.4673.337.0950.2
Hex85897730D2E49732
Octal205211167301556111762
Binary1000010110001001111011111011011011101001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858977; }

 p { color: rgb(133,137,119); }

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

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

 a { background-color: rgb(133,137,119); }

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

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

 span { border-color: rgb(133,137,119); }

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