#87877B

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

Shades of Jumbo #87877B

Tints of Jumbo #87877B

Color information

#87877B (or 0x87877B) is unknown color: approx Jumbo. HEX triplet: 87, 87 and 7B. RGB value is (135,135,123). Sum of RGB (Red+Green+Blue) = 135+135+123=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87877B is #787884. Grayscale: #858585. Windows color (decimal): -7895173 or 8095623. OLE color: 8095623.

HSL color Cylindrical-coordinate representation of color #87877B: 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.09%. Process color model (Four color, CMYK) of #87877B is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB135135123-
CMYK000.090.47
HSL60º4.76%50.59%-
HSV(B)60º8.89%52.94%-
XYZ22.2323.9122.18-
YUV133.63122128.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.35%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=34.35%
G=34.35%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135135123000.090.47604.7650.59
Hex87877B0092F3c533
Octal20720717300115774563
Binary10000111100001111111011001001101111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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