#888871

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

Shades of Schist #888871

Tints of Schist #888871

Color information

#888871 (or 0x888871) is unknown color: approx Schist. HEX triplet: 88, 88 and 71. RGB value is (136,136,113). Sum of RGB (Red+Green+Blue) = 136+136+113=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888871 is #77778E. Grayscale: #858585. Windows color (decimal): -7829391 or 7440520. OLE color: 7440520.

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

Color convert

RGB136136113-
CMYK000.170.47
HSL60º9.24%48.82%-
HSV(B)60º16.91%53.33%-
XYZ21.9424.0319.11-
YUV133.38116.5129.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.32%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=35.32%
G=35.32%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136136113000.170.47609.2448.82
Hex88887100112F3c931
Octal210210161002157741161
Binary1000100010001000111000100100011011111111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888871; }

 p { color: rgb(136,136,113); }

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

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

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

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

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

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

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