Html Css Color HEX #70627F Mamba

📋 copy color: '#70627F'

red 112 ◦ green 98 ◦ blue 127

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

Shades of Mamba #70627F

Tints of Mamba #70627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

 BLUE value IS 127 (50% from 255) = 37.69%

R = 33.23%
G = 29.08%
B = 37.69%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70627F (or 0x70627F) is known color: Mamba. HEX triplet: 70, 62 and 7F. RGB value is (112,98,127). Sum of RGB (Red+Green+Blue) = 112+98+127=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #70627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70627F is #8F9D80. Grayscale: #696969. Windows color (decimal): -9411969 or 8348272. OLE color: 8348272.

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

Color convert

RGB 112 98 127 -
CMYK 0.12 0.23 0 0.50
HSL 268.97º 0.13% 0.44% -
HSV(B) 268.97º 0.23% 0.5% -
XYZ 14.88 13.71 21.94 -
YUV 105.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 112 98 127 0.12 0.23 0 0.50 268.97 0.13 0.44
Hex 70 62 7F C 17 0 32 10D D 2C
Octal 160 142 177 14 27 0 62 415 15 54
Binary 1110000 1100010 1111111 1100 10111 0 110010 100001101 1101 101100

Color Harmonies of #70627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70627F

Black with #70627F

Text Example


Text Example

White with #70627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70627F; }

 p { color: rgb(112,98,127); }

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

background-color css

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

 a { background-color: rgb(112,98,127); }

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

border-color css

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

 span { border-color: rgb(112,98,127); }

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