Html Css Color HEX #847C86 Mamba

📋 copy color: '#847C86'

red 132 ◦ green 124 ◦ blue 134

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

Shades of Mamba #847C86

Tints of Mamba #847C86

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

 BLUE value IS 134 (52.73% from 255) = 34.36%

R = 33.85%
G = 31.79%
B = 34.36%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#847C86 (or 0x847C86) is known color: Mamba. HEX triplet: 84, 7C and 86. RGB value is (132,124,134). Sum of RGB (Red+Green+Blue) = 132+124+134=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 134 - color contains mainly: blue. Hex color #847C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C86 is #7B8379. Grayscale: #7F7F7F. Windows color (decimal): -8094586 or 8813700. OLE color: 8813700.

HSL color Cylindrical-coordinate representation of color #847C86: hue angle of 288º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #847C86 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 124 134 -
CMYK 0.01 0.07 0 0.47
HSL 288º 0.04% 0.51% -
HSV(B) 288º 0.07% 0.53% -
XYZ 21.03 21.04 25.51 -
YUV 127.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 132 124 134 0.01 0.07 0 0.47 288 0.04 0.51
Hex 84 7C 86 1 7 0 2F 120 4 33
Octal 204 174 206 1 7 0 57 440 4 63
Binary 10000100 1111100 10000110 1 111 0 101111 100100000 100 110011

Color Harmonies of #847C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C86

Black with #847C86

Text Example


Text Example

White with #847C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847C86; }

 p { color: rgb(132,124,134); }

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

background-color css

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

 a { background-color: rgb(132,124,134); }

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

border-color css

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

 span { border-color: rgb(132,124,134); }

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