#85897C

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

Shades of Gunsmoke #85897C

Tints of Gunsmoke #85897C

Color information

#85897C (or 0x85897C) is unknown color: approx Gunsmoke. HEX triplet: 85, 89 and 7C. RGB value is (133,137,124). Sum of RGB (Red+Green+Blue) = 133+137+124=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 137 - color contains mainly: green. Hex color #85897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85897C is #7A7683. Grayscale: #868686. Windows color (decimal): -8025732 or 8161669. OLE color: 8161669.

HSL color Cylindrical-coordinate representation of color #85897C: hue angle of 78.46º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #85897C is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB133137124-
CMYK0.0300.090.46
HSL78.46º5.22%51.18%-
HSV(B)78.46º9.49%53.73%-
XYZ22.2624.3322.59-
YUV134.32122.17127.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=33.76%
G=34.77%
B=31.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371240.0300.090.4678.465.2251.18
Hex85897C3092E4e533
Octal205211174301156116563
Binary1000010110001001111110011010011011101001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85897C; }

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

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

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

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

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

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

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

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