Html Css Color HEX #806E84 Mamba

📋 copy color: '#806E84'

red 128 ◦ green 110 ◦ blue 132

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

Shades of Mamba #806E84

Tints of Mamba #806E84

RGB

 RED value IS 128 (50.39% from 255) = 34.59%

 GREEN value IS 110 (43.36% from 255) = 29.73%

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 34.59%
G = 29.73%
B = 35.68%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#806E84 (or 0x806E84) is known color: Mamba. HEX triplet: 80, 6E and 84. RGB value is (128,110,132). Sum of RGB (Red+Green+Blue) = 128+110+132=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #806E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806E84 is #7F917B. Grayscale: #757575. Windows color (decimal): -8360316 or 8679040. OLE color: 8679040.

HSL color Cylindrical-coordinate representation of color #806E84: hue angle of 289.09º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #806E84 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 110 132 -
CMYK 0.03 0.17 0 0.48
HSL 289.09º 0.09% 0.47% -
HSV(B) 289.09º 0.17% 0.52% -
XYZ 18.64 17.41 24.21 -
YUV 117.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 128 110 132 0.03 0.17 0 0.48 289.09 0.09 0.47
Hex 80 6E 84 3 11 0 30 121 9 2F
Octal 200 156 204 3 21 0 60 441 11 57
Binary 10000000 1101110 10000100 11 10001 0 110000 100100001 1001 101111

Color Harmonies of #806E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806E84

Black with #806E84

Text Example


Text Example

White with #806E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806E84; }

 p { color: rgb(128,110,132); }

 H1.HeaderClassName
 {
   color: #806E84;
 }
 .AnyTagClassName
 {
   color: #806E84;
 }
</style>

background-color css

<style>
 a { background-color: #806E84; }

 a { background-color: rgb(128,110,132); }

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

border-color css

<style>
 span { border-color: #806E84; }

 span { border-color: rgb(128,110,132); }

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