#868884

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

Shades of Gunsmoke #868884

Tints of Gunsmoke #868884

Color information

#868884 (or 0x868884) is unknown color: approx Gunsmoke. HEX triplet: 86, 88 and 84. RGB value is (134,136,132). Sum of RGB (Red+Green+Blue) = 134+136+132=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 136 - color contains mainly: green. Hex color #868884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868884 is #79777B. Grayscale: #868686. Windows color (decimal): -7960444 or 8685702. OLE color: 8685702.

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

Color convert

RGB134136132-
CMYK0.0100.030.47
HSL90º1.65%52.55%-
HSV(B)90º2.94%53.33%-
XYZ22.824.3425.33-
YUV134.95126.34127.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 33.83%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=33.33%
G=33.83%
B=32.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341361320.0100.030.47901.6552.55
Hex8688841032F5a235
Octal20621020410357132265
Binary1000011010001000100001001011101111101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868884; }

 p { color: rgb(134,136,132); }

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

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

 a { background-color: rgb(134,136,132); }

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

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

 span { border-color: rgb(134,136,132); }

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