#88877C

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

Shades of Jumbo #88877C

Tints of Jumbo #88877C

Color information

#88877C (or 0x88877C) is unknown color: approx Jumbo. HEX triplet: 88, 87 and 7C. RGB value is (136,135,124). Sum of RGB (Red+Green+Blue) = 136+135+124=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 136 - color contains mainly: red. Hex color #88877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88877C is #777883. Grayscale: #868686. Windows color (decimal): -7829636 or 8161160. OLE color: 8161160.

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

Color convert

RGB136135124-
CMYK00.010.090.47
HSL55º4.8%50.98%-
HSV(B)55º8.82%53.33%-
XYZ22.4624.0222.52-
YUV134.04122.33129.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=34.43%
G=34.18%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613512400.010.090.47554.850.98
Hex88877C0192F37533
Octal21020717401115767563
Binary10001000100001111111100011001101111110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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