#888873

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

Shades of Schist #888873

Tints of Schist #888873

Color information

#888873 (or 0x888873) is unknown color: approx Schist. HEX triplet: 88, 88 and 73. RGB value is (136,136,115). Sum of RGB (Red+Green+Blue) = 136+136+115=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888873 is #77778C. Grayscale: #858585. Windows color (decimal): -7829389 or 7571592. OLE color: 7571592.

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

Color convert

RGB136136115-
CMYK000.150.47
HSL60º8.37%49.22%-
HSV(B)60º15.44%53.33%-
XYZ22.0524.0819.71-
YUV133.61117.5129.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 115 (45.31% from 255) = 29.72%
R=35.14%
G=35.14%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136136115000.150.47608.3749.22
Hex88887300F2F3c831
Octal210210163001757741061
Binary100010001000100011100110011111011111111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888873; }

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

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

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

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

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

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

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

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