Html Css Color HEX #807088 Mamba

📋 copy color: '#807088'

red 128 ◦ green 112 ◦ blue 136

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

Shades of Mamba #807088

Tints of Mamba #807088

RGB

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

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

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

R = 34.04%
G = 29.79%
B = 36.17%

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

#807088 (or 0x807088) is known color: Mamba. HEX triplet: 80, 70 and 88. RGB value is (128,112,136). Sum of RGB (Red+Green+Blue) = 128+112+136=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: blue. Hex color #807088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807088 is #7F8F77. Grayscale: #777777. Windows color (decimal): -8359800 or 8941696. OLE color: 8941696.

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

Color convert

RGB 128 112 136 -
CMYK 0.06 0.18 0 0.47
HSL 280º 0.1% 0.49% -
HSV(B) 280º 0.18% 0.53% -
XYZ 19.14 17.96 25.75 -
YUV 119.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 128 112 136 0.06 0.18 0 0.47 280 0.1 0.49
Hex 80 70 88 6 12 0 2F 118 A 31
Octal 200 160 210 6 22 0 57 430 12 61
Binary 10000000 1110000 10001000 110 10010 0 101111 100011000 1010 110001

Color Harmonies of #807088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807088

Black with #807088

Text Example


Text Example

White with #807088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807088; }

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

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

background-color css

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

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

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

border-color css

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

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

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