Html Css Color HEX #84748A Mamba

📋 copy color: '#84748A'

red 132 ◦ green 116 ◦ blue 138

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

Shades of Mamba #84748A

Tints of Mamba #84748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 34.2%
G = 30.05%
B = 35.75%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#84748A (or 0x84748A) is known color: Mamba. HEX triplet: 84, 74 and 8A. RGB value is (132,116,138). Sum of RGB (Red+Green+Blue) = 132+116+138=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #84748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84748A is #7B8B75. Grayscale: #7B7B7B. Windows color (decimal): -8096630 or 9073796. OLE color: 9073796.

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

Color convert

RGB 132 116 138 -
CMYK 0.04 0.16 0 0.46
HSL 283.64º 0.09% 0.5% -
HSV(B) 283.64º 0.16% 0.54% -
XYZ 20.35 19.23 26.68 -
YUV 123.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 132 116 138 0.04 0.16 0 0.46 283.64 0.09 0.5
Hex 84 74 8A 4 10 0 2E 11C 9 32
Octal 204 164 212 4 20 0 56 434 11 62
Binary 10000100 1110100 10001010 100 10000 0 101110 100011100 1001 110010

Color Harmonies of #84748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84748A

Black with #84748A

Text Example


Text Example

White with #84748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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