#88877E

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

Shades of Jumbo #88877E

Tints of Jumbo #88877E

Color information

#88877E (or 0x88877E) is unknown color: approx Jumbo. HEX triplet: 88, 87 and 7E. RGB value is (136,135,126). Sum of RGB (Red+Green+Blue) = 136+135+126=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 136 - color contains mainly: red. Hex color #88877E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88877E is #777881. Grayscale: #868686. Windows color (decimal): -7829634 or 8292232. OLE color: 8292232.

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

Color convert

RGB136135126-
CMYK00.010.070.47
HSL54º4.03%51.37%-
HSV(B)54º7.35%53.33%-
XYZ22.5824.0723.19-
YUV134.27123.33129.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.26%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=34.26%
G=34.01%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613512600.010.070.47544.0351.37
Hex88877E0172F36433
Octal2102071760175766463
Binary1000100010000111111111001111101111110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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