Html Css Color HEX #706180 Mamba

📋 copy color: '#706180'

red 112 ◦ green 97 ◦ blue 128

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

Shades of Mamba #706180

Tints of Mamba #706180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

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

R = 33.23%
G = 28.78%
B = 37.98%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#706180 (or 0x706180) is known color: Mamba. HEX triplet: 70, 61 and 80. RGB value is (112,97,128). Sum of RGB (Red+Green+Blue) = 112+97+128=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #706180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706180 is #8F9E7F. Grayscale: #686868. Windows color (decimal): -9412224 or 8413552. OLE color: 8413552.

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

Color convert

RGB 112 97 128 -
CMYK 0.12 0.24 0 0.50
HSL 269.03º 0.14% 0.44% -
HSV(B) 269.03º 0.24% 0.5% -
XYZ 14.85 13.55 22.26 -
YUV 105.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 112 97 128 0.12 0.24 0 0.50 269.03 0.14 0.44
Hex 70 61 80 C 18 0 32 10D E 2C
Octal 160 141 200 14 30 0 62 415 16 54
Binary 1110000 1100001 10000000 1100 11000 0 110010 100001101 1110 101100

Color Harmonies of #706180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706180

Black with #706180

Text Example


Text Example

White with #706180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706180; }

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

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

background-color css

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

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

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

border-color css

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

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

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