Html Css Color HEX #706081 Mamba

📋 copy color: '#706081'

red 112 ◦ green 96 ◦ blue 129

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

Shades of Mamba #706081

Tints of Mamba #706081

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 value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706081 (or 0x706081) is known color: 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

RGB 112 96 129 -
CMYK 0.13 0.26 0 0.49
HSL 269.09º 0.15% 0.44% -
HSV(B) 269.09º 0.26% 0.51% -
XYZ 14.83 13.4 22.57 -
YUV 104.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 112 96 129 0.13 0.26 0 0.49 269.09 0.15 0.44
Hex 70 60 81 D 1A 0 31 10D F 2C
Octal 160 140 201 15 32 0 61 415 17 54
Binary 1110000 1100000 10000001 1101 11010 0 110001 100001101 1111 101100

Color Harmonies of #706081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706081

Black with #706081

Text Example


Text Example

White with #706081

Text Example


Text Example

HTML Codes & Css Web 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>