#706081

Color #706081 Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #706081

Tints of Mamba #706081

Color information

#706081 (or 0x706081) is unknown color: approx Mamba. HEX triplet: 70, 60 and 81. RGB value is (112,96,129). Sum of RGB (Red+Green+Blue) = 112+96+129=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #706081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706081 is #8F9F7E. Grayscale: #686868. Windows color (decimal): -9412479 or 8478832. OLE color: 8478832.

HSL color Cylindrical-coordinate representation of color #706081: hue angle of 269.09º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706081 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11296129-
CMYK0.130.2600.49
HSL269.09º14.67%44.12%-
HSV(B)269.09º25.58%50.59%-
XYZ14.8313.422.57-
YUV104.55141.8133.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=33.23%
G=28.49%
B=38.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112961290.130.2600.49269.0914.6744.12
Hex706081D1A03110df2c
Octal16014020115320614151754
Binary111000011000001000000111011101001100011000011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706081; }

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

 H1.HeaderClassName
 {
   color: #706081;
 }
 .AnyTagClassName
 {
   color: #706081;
 }
</style>
background-color css

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

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

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

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

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

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