Html Css Color HEX #806F89 Mamba

📋 copy color: '#806F89'

red 128 ◦ green 111 ◦ blue 137

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

Shades of Mamba #806F89

Tints of Mamba #806F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 34.04%
G = 29.52%
B = 36.44%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#806F89 (or 0x806F89) is known color: Mamba. HEX triplet: 80, 6F and 89. RGB value is (128,111,137). Sum of RGB (Red+Green+Blue) = 128+111+137=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 137 - color contains mainly: blue. Hex color #806F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806F89 is #7F9076. Grayscale: #767676. Windows color (decimal): -8360055 or 9006976. OLE color: 9006976.

HSL color Cylindrical-coordinate representation of color #806F89: hue angle of 279.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #806F89 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 111 137 -
CMYK 0.07 0.19 0 0.46
HSL 279.23º 0.1% 0.49% -
HSV(B) 279.23º 0.19% 0.54% -
XYZ 19.1 17.76 26.09 -
YUV 119.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 128 111 137 0.07 0.19 0 0.46 279.23 0.1 0.49
Hex 80 6F 89 7 13 0 2E 117 A 31
Octal 200 157 211 7 23 0 56 427 12 61
Binary 10000000 1101111 10001001 111 10011 0 101110 100010111 1010 110001

Color Harmonies of #806F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806F89

Black with #806F89

Text Example


Text Example

White with #806F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,111,137); }

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

background-color css

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

 a { background-color: rgb(128,111,137); }

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

border-color css

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

 span { border-color: rgb(128,111,137); }

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