Html Css Color HEX #706776 Mamba

📋 copy color: '#706776'

red 112 ◦ green 103 ◦ blue 118

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

Shades of Mamba #706776

Tints of Mamba #706776

RGB

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

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

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

R = 33.63%
G = 30.93%
B = 35.44%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#706776 (or 0x706776) is known color: Mamba. HEX triplet: 70, 67 and 76. RGB value is (112,103,118). Sum of RGB (Red+Green+Blue) = 112+103+118=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 118 - color contains mainly: blue. Hex color #706776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706776 is #8F9889. Grayscale: #6B6B6B. Windows color (decimal): -9410698 or 7759728. OLE color: 7759728.

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

Color convert

RGB 112 103 118 -
CMYK 0.05 0.13 0 0.54
HSL 276º 0.07% 0.43% -
HSV(B) 276º 0.13% 0.46% -
XYZ 14.8 14.45 19.15 -
YUV 107.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 112 103 118 0.05 0.13 0 0.54 276 0.07 0.43
Hex 70 67 76 5 D 0 36 114 7 2B
Octal 160 147 166 5 15 0 66 424 7 53
Binary 1110000 1100111 1110110 101 1101 0 110110 100010100 111 101011

Color Harmonies of #706776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706776

Black with #706776

Text Example


Text Example

White with #706776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706776; }

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

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

background-color css

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

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

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

border-color css

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

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

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