Html Css Color HEX #706181 Mamba

📋 copy color: '#706181'

red 112 ◦ green 97 ◦ blue 129

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

Shades of Mamba #706181

Tints of Mamba #706181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.17%

R = 33.14%
G = 28.7%
B = 38.17%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706181 (or 0x706181) is known color: Mamba. HEX triplet: 70, 61 and 81. RGB value is (112,97,129). Sum of RGB (Red+Green+Blue) = 112+97+129=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #706181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706181 is #8F9E7E. Grayscale: #696969. Windows color (decimal): -9412223 or 8479088. OLE color: 8479088.

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

Color convert

RGB 112 97 129 -
CMYK 0.13 0.25 0 0.49
HSL 268.13º 0.14% 0.44% -
HSV(B) 268.13º 0.25% 0.51% -
XYZ 14.92 13.58 22.6 -
YUV 105.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 112 97 129 0.13 0.25 0 0.49 268.13 0.14 0.44
Hex 70 61 81 D 19 0 31 10C E 2C
Octal 160 141 201 15 31 0 61 414 16 54
Binary 1110000 1100001 10000001 1101 11001 0 110001 100001100 1110 101100

Color Harmonies of #706181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706181

Black with #706181

Text Example


Text Example

White with #706181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706181; }

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

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

background-color css

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

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

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

border-color css

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

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

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