Html Css Color HEX #84718B Mamba

📋 copy color: '#84718B'

red 132 ◦ green 113 ◦ blue 139

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

Shades of Mamba #84718B

Tints of Mamba #84718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 34.38%
G = 29.43%
B = 36.2%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84718B (or 0x84718B) is known color: Mamba. HEX triplet: 84, 71 and 8B. RGB value is (132,113,139). Sum of RGB (Red+Green+Blue) = 132+113+139=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #84718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84718B is #7B8E74. Grayscale: #797979. Windows color (decimal): -8097397 or 9138564. OLE color: 9138564.

HSL color Cylindrical-coordinate representation of color #84718B: hue angle of 283.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84718B is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 113 139 -
CMYK 0.05 0.19 0 0.45
HSL 283.85º 0.1% 0.49% -
HSV(B) 283.85º 0.19% 0.55% -
XYZ 20.08 18.58 26.95 -
YUV 121.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 132 113 139 0.05 0.19 0 0.45 283.85 0.1 0.49
Hex 84 71 8B 5 13 0 2D 11C A 31
Octal 204 161 213 5 23 0 55 434 12 61
Binary 10000100 1110001 10001011 101 10011 0 101101 100011100 1010 110001

Color Harmonies of #84718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84718B

Black with #84718B

Text Example


Text Example

White with #84718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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