#878885

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

Shades of Gunsmoke #878885

Tints of Gunsmoke #878885

Color information

#878885 (or 0x878885) is unknown color: approx Gunsmoke. HEX triplet: 87, 88 and 85. RGB value is (135,136,133). Sum of RGB (Red+Green+Blue) = 135+136+133=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 136 - color contains mainly: green. Hex color #878885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878885 is #78777A. Grayscale: #878787. Windows color (decimal): -7894907 or 8751239. OLE color: 8751239.

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

Color convert

RGB135136133-
CMYK0.0100.020.47
HSL80º1.24%52.75%-
HSV(B)80º2.21%53.33%-
XYZ23.0324.4525.7-
YUV135.36126.67127.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.42%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=33.42%
G=33.66%
B=32.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351361330.0100.020.47801.2452.75
Hex8788851022F50135
Octal20721020510257120165
Binary100001111000100010000101101010111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878885; }

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

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

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

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

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

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

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

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