Html Css Color HEX #706280 Mamba

📋 copy color: '#706280'

red 112 ◦ green 98 ◦ blue 128

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

Shades of Mamba #706280

Tints of Mamba #706280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

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

R = 33.14%
G = 28.99%
B = 37.87%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#706280 (or 0x706280) is known color: Mamba. HEX triplet: 70, 62 and 80. RGB value is (112,98,128). Sum of RGB (Red+Green+Blue) = 112+98+128=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 128 - color contains mainly: blue. Hex color #706280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706280 is #8F9D7F. Grayscale: #696969. Windows color (decimal): -9411968 or 8413808. OLE color: 8413808.

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

Color convert

RGB 112 98 128 -
CMYK 0.12 0.23 0 0.50
HSL 268º 0.13% 0.44% -
HSV(B) 268º 0.23% 0.5% -
XYZ 14.95 13.74 22.29 -
YUV 105.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 112 98 128 0.12 0.23 0 0.50 268 0.13 0.44
Hex 70 62 80 C 17 0 32 10C D 2C
Octal 160 142 200 14 27 0 62 414 15 54
Binary 1110000 1100010 10000000 1100 10111 0 110010 100001100 1101 101100

Color Harmonies of #706280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706280

Black with #706280

Text Example


Text Example

White with #706280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706280; }

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

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

background-color css

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

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

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

border-color css

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

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

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