Html Css Color HEX #70637F Mamba

📋 copy color: '#70637F'

red 112 ◦ green 99 ◦ blue 127

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

Shades of Mamba #70637F

Tints of Mamba #70637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

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

R = 33.14%
G = 29.29%
B = 37.57%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70637F (or 0x70637F) is known color: Mamba. HEX triplet: 70, 63 and 7F. RGB value is (112,99,127). Sum of RGB (Red+Green+Blue) = 112+99+127=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #70637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70637F is #8F9C80. Grayscale: #696969. Windows color (decimal): -9411713 or 8348528. OLE color: 8348528.

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

Color convert

RGB 112 99 127 -
CMYK 0.12 0.22 0 0.50
HSL 267.86º 0.12% 0.44% -
HSV(B) 267.86º 0.22% 0.5% -
XYZ 14.97 13.9 21.97 -
YUV 106.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 112 99 127 0.12 0.22 0 0.50 267.86 0.12 0.44
Hex 70 63 7F C 16 0 32 10C C 2C
Octal 160 143 177 14 26 0 62 414 14 54
Binary 1110000 1100011 1111111 1100 10110 0 110010 100001100 1100 101100

Color Harmonies of #70637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70637F

Black with #70637F

Text Example


Text Example

White with #70637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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