#88877A

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

Shades of Schist #88877A

Tints of Schist #88877A

Color information

#88877A (or 0x88877A) is unknown color: approx Schist. HEX triplet: 88, 87 and 7A. RGB value is (136,135,122). Sum of RGB (Red+Green+Blue) = 136+135+122=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 136 - color contains mainly: red. Hex color #88877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88877A is #777885. Grayscale: #858585. Windows color (decimal): -7829638 or 8030088. OLE color: 8030088.

HSL color Cylindrical-coordinate representation of color #88877A: hue angle of 55.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88877A is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB136135122-
CMYK00.010.100.47
HSL55.71º5.56%50.59%-
HSV(B)55.71º10.29%53.33%-
XYZ22.3323.9721.86-
YUV133.82121.33129.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=34.61%
G=34.35%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613512200.010.100.4755.715.5650.59
Hex88877A01A2F38633
Octal21020717201125770663
Binary10001000100001111111010011010101111111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88877A; }

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

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

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

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

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

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

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

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