#888872

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

Shades of Schist #888872

Tints of Schist #888872

Color information

#888872 (or 0x888872) is unknown color: approx Schist. HEX triplet: 88, 88 and 72. RGB value is (136,136,114). Sum of RGB (Red+Green+Blue) = 136+136+114=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888872 is #77778D. Grayscale: #858585. Windows color (decimal): -7829390 or 7506056. OLE color: 7506056.

HSL color Cylindrical-coordinate representation of color #888872: 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.16%. Process color model (Four color, CMYK) of #888872 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB136136114-
CMYK000.160.47
HSL60º8.8%49.02%-
HSV(B)60º16.18%53.33%-
XYZ21.9924.0619.4-
YUV133.49117129.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=35.23%
G=35.23%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136136114000.160.47608.849.02
Hex88887200102F3c931
Octal210210162002057741161
Binary1000100010001000111001000100001011111111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888872; }

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

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

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

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

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

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

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

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