Html Css Color HEX #847887 Mamba

📋 copy color: '#847887'

red 132 ◦ green 120 ◦ blue 135

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

Shades of Mamba #847887

Tints of Mamba #847887

RGB

 RED value IS 132 (51.95% from 255) = 34.11%

 GREEN value IS 120 (47.27% from 255) = 31.01%

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 34.11%
G = 31.01%
B = 34.88%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#847887 (or 0x847887) is known color: Mamba. HEX triplet: 84, 78 and 87. RGB value is (132,120,135). Sum of RGB (Red+Green+Blue) = 132+120+135=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: blue. Hex color #847887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847887 is #7B8778. Grayscale: #7D7D7D. Windows color (decimal): -8095609 or 8878212. OLE color: 8878212.

HSL color Cylindrical-coordinate representation of color #847887: hue angle of 288º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #847887 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 120 135 -
CMYK 0.02 0.11 0 0.47
HSL 288º 0.06% 0.5% -
HSV(B) 288º 0.11% 0.53% -
XYZ 20.61 20.09 25.71 -
YUV 125.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 132 120 135 0.02 0.11 0 0.47 288 0.06 0.5
Hex 84 78 87 2 B 0 2F 120 6 32
Octal 204 170 207 2 13 0 57 440 6 62
Binary 10000100 1111000 10000111 10 1011 0 101111 100100000 110 110010

Color Harmonies of #847887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847887

Black with #847887

Text Example


Text Example

White with #847887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847887; }

 p { color: rgb(132,120,135); }

 H1.HeaderClassName
 {
   color: #847887;
 }
 .AnyTagClassName
 {
   color: #847887;
 }
</style>

background-color css

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

 a { background-color: rgb(132,120,135); }

 div.DivClassName
 {
   background-color: #847887;
 }
 .BgClassName
 {
   background-color: #847887;
 }
</style>

border-color css

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

 span { border-color: rgb(132,120,135); }

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