Html Css Color HEX #806F88 Mamba

📋 copy color: '#806F88'

red 128 ◦ green 111 ◦ blue 136

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

Shades of Mamba #806F88

Tints of Mamba #806F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 34.13%
G = 29.6%
B = 36.27%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#806F88 (or 0x806F88) is known color: Mamba. HEX triplet: 80, 6F and 88. RGB value is (128,111,136). Sum of RGB (Red+Green+Blue) = 128+111+136=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 136 - color contains mainly: blue. Hex color #806F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806F88 is #7F9077. Grayscale: #767676. Windows color (decimal): -8360056 or 8941440. OLE color: 8941440.

HSL color Cylindrical-coordinate representation of color #806F88: hue angle of 280.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #806F88 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 111 136 -
CMYK 0.06 0.18 0 0.47
HSL 280.8º 0.1% 0.48% -
HSV(B) 280.8º 0.18% 0.53% -
XYZ 19.03 17.74 25.71 -
YUV 118.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 128 111 136 0.06 0.18 0 0.47 280.8 0.1 0.48
Hex 80 6F 88 6 12 0 2F 119 A 30
Octal 200 157 210 6 22 0 57 431 12 60
Binary 10000000 1101111 10001000 110 10010 0 101111 100011001 1010 110000

Color Harmonies of #806F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806F88

Black with #806F88

Text Example


Text Example

White with #806F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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