#888775

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

Shades of Schist #888775

Tints of Schist #888775

Color information

#888775 (or 0x888775) is unknown color: approx Schist. HEX triplet: 88, 87 and 75. RGB value is (136,135,117). Sum of RGB (Red+Green+Blue) = 136+135+117=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 136 - color contains mainly: red. Hex color #888775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888775 is #77788A. Grayscale: #858585. Windows color (decimal): -7829643 or 7702408. OLE color: 7702408.

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

Color convert

RGB136135117-
CMYK00.010.140.47
HSL56.84º7.51%49.61%-
HSV(B)56.84º13.97%53.33%-
XYZ22.0323.8520.27-
YUV133.25118.83129.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.05%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=35.05%
G=34.79%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613511700.010.140.4756.847.5149.61
Hex88877501E2F39832
Octal210207165011657711062
Binary100010001000011111101010111101011111110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888775; }

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

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

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

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

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

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

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

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