Html Css Color HEX #706080 Mamba

📋 copy color: '#706080'

red 112 ◦ green 96 ◦ blue 128

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

Shades of Mamba #706080

Tints of Mamba #706080

RGB

 RED value IS 112 (44.14% from 255) = 33.33%

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 33.33%
G = 28.57%
B = 38.1%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#706080 (or 0x706080) is known color: Mamba. HEX triplet: 70, 60 and 80. RGB value is (112,96,128). Sum of RGB (Red+Green+Blue) = 112+96+128=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #706080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706080 is #8F9F7F. Grayscale: #686868. Windows color (decimal): -9412480 or 8413296. OLE color: 8413296.

HSL color Cylindrical-coordinate representation of color #706080: hue angle of 270º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706080 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 96 128 -
CMYK 0.12 0.25 0 0.50
HSL 270º 0.14% 0.44% -
HSV(B) 270º 0.25% 0.5% -
XYZ 14.76 13.37 22.22 -
YUV 104.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 112 96 128 0.12 0.25 0 0.50 270 0.14 0.44
Hex 70 60 80 C 19 0 32 10E E 2C
Octal 160 140 200 14 31 0 62 416 16 54
Binary 1110000 1100000 10000000 1100 11001 0 110010 100001110 1110 101100

Color Harmonies of #706080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706080

Black with #706080

Text Example


Text Example

White with #706080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706080; }

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

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

background-color css

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

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

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

border-color css

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

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

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