#87728D

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

Shades of Mamba #87728D

Tints of Mamba #87728D

Color information

#87728D (or 0x87728D) is unknown color: approx Mamba. HEX triplet: 87, 72 and 8D. RGB value is (135,114,141). Sum of RGB (Red+Green+Blue) = 135+114+141=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #87728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87728D is #788D72. Grayscale: #7B7B7B. Windows color (decimal): -7900531 or 9269895. OLE color: 9269895.

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

Color convert

RGB135114141-
CMYK0.040.1900.45
HSL286.67º10.59%50%-
HSV(B)286.67º19.15%55.29%-
XYZ20.8219.1127.79-
YUV123.36137.96136.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=34.62%
G=29.23%
B=36.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351141410.040.1900.45286.6710.5950
Hex87728D41302D11fb32
Octal2071622154230554371362
Binary100001111110010100011011001001101011011000111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87728D; }

 p { color: rgb(135,114,141); }

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

<style>
 a { background-color: #87728D; }

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

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

<style>
 span { border-color: #87728D; }

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

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