Html Css Color HEX #70647F Mamba

📋 copy color: '#70647F'

red 112 ◦ green 100 ◦ blue 127

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

Shades of Mamba #70647F

Tints of Mamba #70647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

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

R = 33.04%
G = 29.5%
B = 37.46%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70647F (or 0x70647F) is known color: Mamba. HEX triplet: 70, 64 and 7F. RGB value is (112,100,127). Sum of RGB (Red+Green+Blue) = 112+100+127=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #70647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70647F is #8F9B80. Grayscale: #6A6A6A. Windows color (decimal): -9411457 or 8348784. OLE color: 8348784.

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

Color convert

RGB 112 100 127 -
CMYK 0.12 0.21 0 0.50
HSL 266.67º 0.12% 0.45% -
HSV(B) 266.67º 0.21% 0.5% -
XYZ 15.07 14.09 22 -
YUV 106.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 112 100 127 0.12 0.21 0 0.50 266.67 0.12 0.45
Hex 70 64 7F C 15 0 32 10B C 2D
Octal 160 144 177 14 25 0 62 413 14 55
Binary 1110000 1100100 1111111 1100 10101 0 110010 100001011 1100 101101

Color Harmonies of #70647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70647F

Black with #70647F

Text Example


Text Example

White with #70647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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