Html Css Color HEX #706679 Mamba

📋 copy color: '#706679'

red 112 ◦ green 102 ◦ blue 121

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

Shades of Mamba #706679

Tints of Mamba #706679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 33.43%
G = 30.45%
B = 36.12%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#706679 (or 0x706679) is known color: Mamba. HEX triplet: 70, 66 and 79. RGB value is (112,102,121). Sum of RGB (Red+Green+Blue) = 112+102+121=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 121 - color contains mainly: blue. Hex color #706679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706679 is #8F9986. Grayscale: #6B6B6B. Windows color (decimal): -9410951 or 7956080. OLE color: 7956080.

HSL color Cylindrical-coordinate representation of color #706679: hue angle of 271.58º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #706679 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 102 121 -
CMYK 0.07 0.16 0 0.53
HSL 271.58º 0.09% 0.44% -
HSV(B) 271.58º 0.16% 0.47% -
XYZ 14.88 14.33 20.07 -
YUV 107.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 112 102 121 0.07 0.16 0 0.53 271.58 0.09 0.44
Hex 70 66 79 7 10 0 35 110 9 2C
Octal 160 146 171 7 20 0 65 420 11 54
Binary 1110000 1100110 1111001 111 10000 0 110101 100010000 1001 101100

Color Harmonies of #706679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706679

Black with #706679

Text Example


Text Example

White with #706679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706679; }

 p { color: rgb(112,102,121); }

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

background-color css

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

 a { background-color: rgb(112,102,121); }

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

border-color css

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

 span { border-color: rgb(112,102,121); }

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