#87867E

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

Shades of Jumbo #87867E

Tints of Jumbo #87867E

Color information

#87867E (or 0x87867E) is unknown color: approx Jumbo. HEX triplet: 87, 86 and 7E. RGB value is (135,134,126). Sum of RGB (Red+Green+Blue) = 135+134+126=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 135 - color contains mainly: red. Hex color #87867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87867E is #787981. Grayscale: #858585. Windows color (decimal): -7895426 or 8291975. OLE color: 8291975.

HSL color Cylindrical-coordinate representation of color #87867E: hue angle of 53.33º 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 #87867E is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135134126-
CMYK00.010.070.47
HSL53.33º3.61%51.18%-
HSV(B)53.33º6.67%52.94%-
XYZ22.2823.7123.14-
YUV133.39123.83129.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.18%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=34.18%
G=33.92%
B=31.90%

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
Decimal13513412600.010.070.4753.333.6151.18
Hex87867E0172F35433
Octal2072061760175765463
Binary1000011110000110111111001111101111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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