#888773

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

Shades of Schist #888773

Tints of Schist #888773

Color information

#888773 (or 0x888773) is unknown color: approx Schist. HEX triplet: 88, 87 and 73. RGB value is (136,135,115). Sum of RGB (Red+Green+Blue) = 136+135+115=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 136 - color contains mainly: red. Hex color #888773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888773 is #77788C. Grayscale: #858585. Windows color (decimal): -7829645 or 7571336. OLE color: 7571336.

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

Color convert

RGB136135115-
CMYK00.010.150.47
HSL57.14º8.37%49.22%-
HSV(B)57.14º15.44%53.33%-
XYZ21.9123.819.66-
YUV133.02117.83130.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.23%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=35.23%
G=34.97%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613511500.010.150.4757.148.3749.22
Hex88877301F2F39831
Octal210207163011757711061
Binary100010001000011111100110111111011111110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888773; }

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

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

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

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

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

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

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

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