#85897B

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

Shades of Gunsmoke #85897B

Tints of Gunsmoke #85897B

Color information

#85897B (or 0x85897B) is unknown color: approx Gunsmoke. HEX triplet: 85, 89 and 7B. RGB value is (133,137,123). Sum of RGB (Red+Green+Blue) = 133+137+123=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 137 - color contains mainly: green. Hex color #85897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85897B is #7A7684. Grayscale: #868686. Windows color (decimal): -8025733 or 8096133. OLE color: 8096133.

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

Color convert

RGB133137123-
CMYK0.0300.100.46
HSL77.14º5.6%50.98%-
HSV(B)77.14º10.22%53.73%-
XYZ22.1924.3122.26-
YUV134.21121.67127.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=33.84%
G=34.86%
B=31.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331371230.0300.100.4677.145.650.98
Hex85897B30A2E4d633
Octal205211173301256115663
Binary1000010110001001111101111010101011101001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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