#87748C

Color #87748C Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #87748C

Tints of Mamba #87748C

Color information

#87748C (or 0x87748C) is unknown color: approx Mamba. HEX triplet: 87, 74 and 8C. RGB value is (135,116,140). Sum of RGB (Red+Green+Blue) = 135+116+140=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 140 - color contains mainly: blue. Hex color #87748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87748C is #788B73. Grayscale: #7C7C7C. Windows color (decimal): -7900020 or 9204871. OLE color: 9204871.

HSL color Cylindrical-coordinate representation of color #87748C: hue angle of 287.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87748C is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135116140-
CMYK0.040.1700.45
HSL287.5º9.45%50.2%-
HSV(B)287.5º17.14%54.9%-
XYZ20.9719.5427.48-
YUV124.42136.79135.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=34.53%
G=29.67%
B=35.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351161400.040.1700.45287.59.4550.2
Hex87748C41102D120932
Octal2071642144210554401162
Binary100001111110100100011001001000101011011001000001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87748C; }

 p { color: rgb(135,116,140); }

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

<style>
 a { background-color: #87748C; }

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

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

<style>
 span { border-color: #87748C; }

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

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