#87867A

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

Shades of Jumbo #87867A

Tints of Jumbo #87867A

Color information

#87867A (or 0x87867A) is unknown color: approx Jumbo. HEX triplet: 87, 86 and 7A. RGB value is (135,134,122). Sum of RGB (Red+Green+Blue) = 135+134+122=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #87867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87867A is #787985. Grayscale: #848484. Windows color (decimal): -7895430 or 8029831. OLE color: 8029831.

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

Color convert

RGB135134122-
CMYK00.010.100.47
HSL55.38º5.14%50.39%-
HSV(B)55.38º9.63%52.94%-
XYZ22.0323.6121.81-
YUV132.93121.83129.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=34.53%
G=34.27%
B=31.20%

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
Decimal13513412200.010.100.4755.385.1450.39
Hex87867A01A2F37532
Octal20720617201125767562
Binary10000111100001101111010011010101111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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