#87738D

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

Shades of Mamba #87738D

Tints of Mamba #87738D

Color information

#87738D (or 0x87738D) is unknown color: approx Mamba. HEX triplet: 87, 73 and 8D. RGB value is (135,115,141). Sum of RGB (Red+Green+Blue) = 135+115+141=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #87738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87738D is #788C72. Grayscale: #7B7B7B. Windows color (decimal): -7900275 or 9270151. OLE color: 9270151.

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

Color convert

RGB135115141-
CMYK0.040.1800.45
HSL286.15º10.24%50.2%-
HSV(B)286.15º18.44%55.29%-
XYZ20.9319.3427.83-
YUV123.94137.63135.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 115 (45.31% from 255) = 29.41%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=34.53%
G=29.41%
B=36.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351151410.040.1800.45286.1510.2450.2
Hex87738D41202D11ea32
Octal2071632154220554361262
Binary100001111110011100011011001001001011011000111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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