Html Css Color HEX #70617E Mamba

📋 copy color: '#70617E'

red 112 ◦ green 97 ◦ blue 126

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

Shades of Mamba #70617E

Tints of Mamba #70617E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.61%

R = 33.43%
G = 28.96%
B = 37.61%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70617E (or 0x70617E) is known color: Mamba. HEX triplet: 70, 61 and 7E. RGB value is (112,97,126). Sum of RGB (Red+Green+Blue) = 112+97+126=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #70617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70617E is #8F9E81. Grayscale: #686868. Windows color (decimal): -9412226 or 8282480. OLE color: 8282480.

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

Color convert

RGB 112 97 126 -
CMYK 0.11 0.23 0 0.51
HSL 271.03º 0.13% 0.44% -
HSV(B) 271.03º 0.23% 0.49% -
XYZ 14.72 13.5 21.57 -
YUV 104.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 112 97 126 0.11 0.23 0 0.51 271.03 0.13 0.44
Hex 70 61 7E B 17 0 33 10F D 2C
Octal 160 141 176 13 27 0 63 417 15 54
Binary 1110000 1100001 1111110 1011 10111 0 110011 100001111 1101 101100

Color Harmonies of #70617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70617E

Black with #70617E

Text Example


Text Example

White with #70617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70617E; }

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

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

background-color css

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

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

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

border-color css

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

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

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