Html Css Color HEX #84718A Mamba

📋 copy color: '#84718A'

red 132 ◦ green 113 ◦ blue 138

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

Shades of Mamba #84718A

Tints of Mamba #84718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 34.46%
G = 29.5%
B = 36.03%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#84718A (or 0x84718A) is known color: Mamba. HEX triplet: 84, 71 and 8A. RGB value is (132,113,138). Sum of RGB (Red+Green+Blue) = 132+113+138=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #84718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84718A is #7B8E75. Grayscale: #797979. Windows color (decimal): -8097398 or 9073028. OLE color: 9073028.

HSL color Cylindrical-coordinate representation of color #84718A: hue angle of 285.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84718A is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 113 138 -
CMYK 0.04 0.18 0 0.46
HSL 285.6º 0.1% 0.49% -
HSV(B) 285.6º 0.18% 0.54% -
XYZ 20.01 18.55 26.57 -
YUV 121.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 132 113 138 0.04 0.18 0 0.46 285.6 0.1 0.49
Hex 84 71 8A 4 12 0 2E 11E A 31
Octal 204 161 212 4 22 0 56 436 12 61
Binary 10000100 1110001 10001010 100 10010 0 101110 100011110 1010 110001

Color Harmonies of #84718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84718A

Black with #84718A

Text Example


Text Example

White with #84718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84718A; }

 p { color: rgb(132,113,138); }

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

background-color css

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

 a { background-color: rgb(132,113,138); }

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

border-color css

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

 span { border-color: rgb(132,113,138); }

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