Html Css Color HEX #807089 Mamba

📋 copy color: '#807089'

red 128 ◦ green 112 ◦ blue 137

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

Shades of Mamba #807089

Tints of Mamba #807089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

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

R = 33.95%
G = 29.71%
B = 36.34%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#807089 (or 0x807089) is known color: Mamba. HEX triplet: 80, 70 and 89. RGB value is (128,112,137). Sum of RGB (Red+Green+Blue) = 128+112+137=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #807089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807089 is #7F8F76. Grayscale: #777777. Windows color (decimal): -8359799 or 9007232. OLE color: 9007232.

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

Color convert

RGB 128 112 137 -
CMYK 0.07 0.18 0 0.46
HSL 278.4º 0.1% 0.49% -
HSV(B) 278.4º 0.18% 0.54% -
XYZ 19.21 17.98 26.13 -
YUV 119.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 128 112 137 0.07 0.18 0 0.46 278.4 0.1 0.49
Hex 80 70 89 7 12 0 2E 116 A 31
Octal 200 160 211 7 22 0 56 426 12 61
Binary 10000000 1110000 10001001 111 10010 0 101110 100010110 1010 110001

Color Harmonies of #807089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807089

Black with #807089

Text Example


Text Example

White with #807089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807089; }

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

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

background-color css

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

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

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

border-color css

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

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

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