Html Css Color HEX #70677C Mamba

📋 copy color: '#70677C'

red 112 ◦ green 103 ◦ blue 124

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

Shades of Mamba #70677C

Tints of Mamba #70677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 33.04%
G = 30.38%
B = 36.58%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70677C (or 0x70677C) is known color: Mamba. HEX triplet: 70, 67 and 7C. RGB value is (112,103,124). Sum of RGB (Red+Green+Blue) = 112+103+124=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #70677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70677C is #8F9883. Grayscale: #6C6C6C. Windows color (decimal): -9410692 or 8152944. OLE color: 8152944.

HSL color Cylindrical-coordinate representation of color #70677C: hue angle of 265.71º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70677C is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 103 124 -
CMYK 0.10 0.17 0 0.51
HSL 265.71º 0.09% 0.45% -
HSV(B) 265.71º 0.17% 0.49% -
XYZ 15.17 14.6 21.09 -
YUV 108.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 112 103 124 0.10 0.17 0 0.51 265.71 0.09 0.45
Hex 70 67 7C A 11 0 33 10A 9 2D
Octal 160 147 174 12 21 0 63 412 11 55
Binary 1110000 1100111 1111100 1010 10001 0 110011 100001010 1001 101101

Color Harmonies of #70677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70677C

Black with #70677C

Text Example


Text Example

White with #70677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70677C; }

 p { color: rgb(112,103,124); }

 H1.HeaderClassName
 {
   color: #70677C;
 }
 .AnyTagClassName
 {
   color: #70677C;
 }
</style>

background-color css

<style>
 a { background-color: #70677C; }

 a { background-color: rgb(112,103,124); }

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

border-color css

<style>
 span { border-color: #70677C; }

 span { border-color: rgb(112,103,124); }

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