#87887B

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

Shades of Jumbo #87887B

Tints of Jumbo #87887B

Color information

#87887B (or 0x87887B) is unknown color: approx Jumbo. HEX triplet: 87, 88 and 7B. RGB value is (135,136,123). Sum of RGB (Red+Green+Blue) = 135+136+123=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 136 - color contains mainly: green. Hex color #87887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87887B is #787784. Grayscale: #868686. Windows color (decimal): -7894917 or 8095879. OLE color: 8095879.

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

Color convert

RGB135136123-
CMYK0.0100.100.47
HSL64.62º5.18%50.78%-
HSV(B)64.62º9.56%53.33%-
XYZ22.3724.1922.23-
YUV134.22121.67128.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=34.26%
G=34.52%
B=31.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351361230.0100.100.4764.625.1850.78
Hex87887B10A2F41533
Octal207210173101257101563
Binary100001111000100011110111010101011111000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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