#888875

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

Shades of Schist #888875

Tints of Schist #888875

Color information

#888875 (or 0x888875) is unknown color: approx Schist. HEX triplet: 88, 88 and 75. RGB value is (136,136,117). Sum of RGB (Red+Green+Blue) = 136+136+117=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888875 is #77778A. Grayscale: #858585. Windows color (decimal): -7829387 or 7702664. OLE color: 7702664.

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

Color convert

RGB136136117-
CMYK000.140.47
HSL60º7.51%49.61%-
HSV(B)60º13.97%53.33%-
XYZ22.1724.1320.32-
YUV133.83118.5129.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 136 (53.52% from 255) = 34.96%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=34.96%
G=34.96%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136136117000.140.47607.5149.61
Hex88887500E2F3c832
Octal210210165001657741062
Binary100010001000100011101010011101011111111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888875; }

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

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

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

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

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

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

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

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