#888776

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

Shades of Schist #888776

Tints of Schist #888776

Color information

#888776 (or 0x888776) is unknown color: approx Schist. HEX triplet: 88, 87 and 76. RGB value is (136,135,118). Sum of RGB (Red+Green+Blue) = 136+135+118=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #888776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888776 is #777889. Grayscale: #858585. Windows color (decimal): -7829642 or 7767944. OLE color: 7767944.

HSL color Cylindrical-coordinate representation of color #888776: hue angle of 56.67º 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 #888776 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB136135118-
CMYK00.010.130.47
HSL56.67º7.09%49.8%-
HSV(B)56.67º13.24%53.33%-
XYZ22.0923.8720.58-
YUV133.36119.33129.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=34.96%
G=34.70%
B=30.33%

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
Decimal13613511800.010.130.4756.677.0949.8
Hex88877601D2F39732
Octal21020716601155771762
Binary10001000100001111110110011101101111111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888776; }

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

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

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

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

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

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

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

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