Html Css Color HEX #70657E Mamba

📋 copy color: '#70657E'

red 112 ◦ green 101 ◦ blue 126

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

Shades of Mamba #70657E

Tints of Mamba #70657E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

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

R = 33.04%
G = 29.79%
B = 37.17%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70657E (or 0x70657E) is known color: Mamba. HEX triplet: 70, 65 and 7E. RGB value is (112,101,126). Sum of RGB (Red+Green+Blue) = 112+101+126=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 126 - color contains mainly: blue. Hex color #70657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70657E is #8F9A81. Grayscale: #6B6B6B. Windows color (decimal): -9411202 or 8283504. OLE color: 8283504.

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

Color convert

RGB 112 101 126 -
CMYK 0.11 0.20 0 0.51
HSL 266.4º 0.11% 0.45% -
HSV(B) 266.4º 0.2% 0.49% -
XYZ 15.1 14.26 21.69 -
YUV 107.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 112 101 126 0.11 0.20 0 0.51 266.4 0.11 0.45
Hex 70 65 7E B 14 0 33 10A B 2D
Octal 160 145 176 13 24 0 63 412 13 55
Binary 1110000 1100101 1111110 1011 10100 0 110011 100001010 1011 101101

Color Harmonies of #70657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70657E

Black with #70657E

Text Example


Text Example

White with #70657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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