#85887A

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

Shades of Gunsmoke #85887A

Tints of Gunsmoke #85887A

Color information

#85887A (or 0x85887A) is unknown color: approx Gunsmoke. HEX triplet: 85, 88 and 7A. RGB value is (133,136,122). Sum of RGB (Red+Green+Blue) = 133+136+122=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 136 - color contains mainly: green. Hex color #85887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85887A is #7A7785. Grayscale: #858585. Windows color (decimal): -8025990 or 8030341. OLE color: 8030341.

HSL color Cylindrical-coordinate representation of color #85887A: hue angle of 72.86º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85887A is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB133136122-
CMYK0.0200.100.47
HSL72.86º5.56%50.59%-
HSV(B)72.86º10.29%53.33%-
XYZ21.992421.89-
YUV133.51121.51127.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=34.02%
G=34.78%
B=31.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331361220.0200.100.4772.865.5650.59
Hex85887A20A2F49633
Octal205210172201257111663
Binary1000010110001000111101010010101011111001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85887A; }

 p { color: rgb(133,136,122); }

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

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

 a { background-color: rgb(133,136,122); }

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

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

 span { border-color: rgb(133,136,122); }

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