#888972

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

Shades of Schist #888972

Tints of Schist #888972

Color information

#888972 (or 0x888972) is unknown color: approx Schist. HEX triplet: 88, 89 and 72. RGB value is (136,137,114). Sum of RGB (Red+Green+Blue) = 136+137+114=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #888972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888972 is #77768D. Grayscale: #868686. Windows color (decimal): -7829134 or 7506312. OLE color: 7506312.

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

Color convert

RGB136137114-
CMYK0.0100.170.46
HSL62.61º9.16%49.22%-
HSV(B)62.61º16.79%53.73%-
XYZ22.1424.3419.45-
YUV134.08116.67129.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=35.14%
G=35.40%
B=29.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1361371140.0100.170.4662.619.1649.22
Hex88897210112E3f931
Octal210211162102156771161
Binary1000100010001001111001010100011011101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888972; }

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

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

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

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

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

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

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

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