Html Css Color HEX #87748C Mamba

📋 copy color: '#87748C'

red 135 ◦ green 116 ◦ blue 140

#87748C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #87748C

Tints of Mamba #87748C

RGB

 RED value IS 135 (53.13% from 255) = 34.53%

 GREEN value IS 116 (45.7% 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 value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87748C (or 0x87748C) is known color: 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

RGB 135 116 140 -
CMYK 0.04 0.17 0 0.45
HSL 287.5º 0.09% 0.5% -
HSV(B) 287.5º 0.17% 0.55% -
XYZ 20.97 19.54 27.48 -
YUV 124.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 135 116 140 0.04 0.17 0 0.45 287.5 0.09 0.5
Hex 87 74 8C 4 11 0 2D 120 9 32
Octal 207 164 214 4 21 0 55 440 11 62
Binary 10000111 1110100 10001100 100 10001 0 101101 100100000 1001 110010

Color Harmonies of #87748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87748C

Black with #87748C

Text Example


Text Example

White with #87748C

Text Example


Text Example

HTML Codes & Css Web 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>