#888676

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

Shades of Schist #888676

Tints of Schist #888676

Color information

#888676 (or 0x888676) is unknown color: approx Schist. HEX triplet: 88, 86 and 76. RGB value is (136,134,118). Sum of RGB (Red+Green+Blue) = 136+134+118=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #888676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888676 is #777989. Grayscale: #848484. Windows color (decimal): -7829898 or 7767688. OLE color: 7767688.

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

Color convert

RGB136134118-
CMYK00.010.130.47
HSL53.33º7.09%49.8%-
HSV(B)53.33º13.24%53.33%-
XYZ21.9523.5920.54-
YUV132.77119.66130.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=35.05%
G=34.54%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613411800.010.130.4753.337.0949.8
Hex88867601D2F35732
Octal21020616601155765762
Binary10001000100001101110110011101101111110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888676; }

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

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

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

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

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

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

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

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