Html Css Color HEX #706A74 Mamba

📋 copy color: '#706A74'

red 112 ◦ green 106 ◦ blue 116

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

Shades of Mamba #706A74

Tints of Mamba #706A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.74%

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 33.53%
G = 31.74%
B = 34.73%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#706A74 (or 0x706A74) is known color: Mamba. HEX triplet: 70, 6A and 74. RGB value is (112,106,116). Sum of RGB (Red+Green+Blue) = 112+106+116=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 116 - color contains mainly: blue. Hex color #706A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A74 is #8F958B. Grayscale: #6C6C6C. Windows color (decimal): -9409932 or 7629424. OLE color: 7629424.

HSL color Cylindrical-coordinate representation of color #706A74: hue angle of 276º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #706A74 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 106 116 -
CMYK 0.03 0.09 0 0.55
HSL 276º 0.05% 0.44% -
HSV(B) 276º 0.09% 0.45% -
XYZ 14.99 15.01 18.63 -
YUV 108.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 112 106 116 0.03 0.09 0 0.55 276 0.05 0.44
Hex 70 6A 74 3 9 0 37 114 5 2C
Octal 160 152 164 3 11 0 67 424 5 54
Binary 1110000 1101010 1110100 11 1001 0 110111 100010100 101 101100

Color Harmonies of #706A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A74

Black with #706A74

Text Example


Text Example

White with #706A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706A74; }

 p { color: rgb(112,106,116); }

 H1.HeaderClassName
 {
   color: #706A74;
 }
 .AnyTagClassName
 {
   color: #706A74;
 }
</style>

background-color css

<style>
 a { background-color: #706A74; }

 a { background-color: rgb(112,106,116); }

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

border-color css

<style>
 span { border-color: #706A74; }

 span { border-color: rgb(112,106,116); }

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