#88887B

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

Shades of Jumbo #88887B

Tints of Jumbo #88887B

Color information

#88887B (or 0x88887B) is unknown color: approx Jumbo. HEX triplet: 88, 88 and 7B. RGB value is (136,136,123). Sum of RGB (Red+Green+Blue) = 136+136+123=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88887B is #777784. Grayscale: #868686. Windows color (decimal): -7829381 or 8095880. OLE color: 8095880.

HSL color Cylindrical-coordinate representation of color #88887B: hue angle of 60º degrees, saturation: 0.05, 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 #88887B is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB136136123-
CMYK000.100.47
HSL60º5.18%50.78%-
HSV(B)60º9.56%53.33%-
XYZ22.5324.2722.24-
YUV134.52121.5129.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=34.43%
G=34.43%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136136123000.100.47605.1850.78
Hex88887B00A2F3c533
Octal21021017300125774563
Binary10001000100010001111011001010101111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88887B; }

 p { color: rgb(136,136,123); }

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

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

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

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

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

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

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