Html Css Color HEX #706976 Mamba

📋 copy color: '#706976'

red 112 ◦ green 105 ◦ blue 118

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

Shades of Mamba #706976

Tints of Mamba #706976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.34%

 BLUE value IS 118 (46.48% from 255) = 35.22%

R = 33.43%
G = 31.34%
B = 35.22%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706976 (or 0x706976) is known color: Mamba. HEX triplet: 70, 69 and 76. RGB value is (112,105,118). Sum of RGB (Red+Green+Blue) = 112+105+118=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 118 - color contains mainly: blue. Hex color #706976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706976 is #8F9689. Grayscale: #6C6C6C. Windows color (decimal): -9410186 or 7760240. OLE color: 7760240.

HSL color Cylindrical-coordinate representation of color #706976: hue angle of 272.31º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706976 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 105 118 -
CMYK 0.05 0.11 0 0.54
HSL 272.31º 0.06% 0.44% -
HSV(B) 272.31º 0.11% 0.46% -
XYZ 15 14.86 19.22 -
YUV 108.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 112 105 118 0.05 0.11 0 0.54 272.31 0.06 0.44
Hex 70 69 76 5 B 0 36 110 6 2C
Octal 160 151 166 5 13 0 66 420 6 54
Binary 1110000 1101001 1110110 101 1011 0 110110 100010000 110 101100

Color Harmonies of #706976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706976

Black with #706976

Text Example


Text Example

White with #706976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706976; }

 p { color: rgb(112,105,118); }

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

background-color css

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

 a { background-color: rgb(112,105,118); }

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

border-color css

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

 span { border-color: rgb(112,105,118); }

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