Html Css Color HEX #84728B Mamba

📋 copy color: '#84728B'

red 132 ◦ green 114 ◦ blue 139

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

Shades of Mamba #84728B

Tints of Mamba #84728B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

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

R = 34.29%
G = 29.61%
B = 36.1%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84728B (or 0x84728B) is known color: Mamba. HEX triplet: 84, 72 and 8B. RGB value is (132,114,139). Sum of RGB (Red+Green+Blue) = 132+114+139=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #84728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84728B is #7B8D74. Grayscale: #7A7A7A. Windows color (decimal): -8097141 or 9138820. OLE color: 9138820.

HSL color Cylindrical-coordinate representation of color #84728B: hue angle of 283.2º 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 #84728B is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 114 139 -
CMYK 0.05 0.18 0 0.45
HSL 283.2º 0.1% 0.5% -
HSV(B) 283.2º 0.18% 0.55% -
XYZ 20.19 18.8 26.99 -
YUV 122.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 132 114 139 0.05 0.18 0 0.45 283.2 0.1 0.5
Hex 84 72 8B 5 12 0 2D 11B A 32
Octal 204 162 213 5 22 0 55 433 12 62
Binary 10000100 1110010 10001011 101 10010 0 101101 100011011 1010 110010

Color Harmonies of #84728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84728B

Black with #84728B

Text Example


Text Example

White with #84728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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