Html Css Color HEX #716A79 Mamba

📋 copy color: '#716A79'

red 113 ◦ green 106 ◦ blue 121

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

Shades of Mamba #716A79

Tints of Mamba #716A79

RGB

 RED value IS 113 (44.53% from 255) = 33.24%

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

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

R = 33.24%
G = 31.18%
B = 35.59%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#716A79 (or 0x716A79) is known color: Mamba. HEX triplet: 71, 6A and 79. RGB value is (113,106,121). Sum of RGB (Red+Green+Blue) = 113+106+121=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 121 - color contains mainly: blue. Hex color #716A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A79 is #8E9586. Grayscale: #6D6D6D. Windows color (decimal): -9344391 or 7957105. OLE color: 7957105.

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

Color convert

RGB 113 106 121 -
CMYK 0.07 0.12 0 0.53
HSL 268º 0.07% 0.45% -
HSV(B) 268º 0.12% 0.47% -
XYZ 15.42 15.2 20.21 -
YUV 109.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 113 106 121 0.07 0.12 0 0.53 268 0.07 0.45
Hex 71 6A 79 7 C 0 35 10C 7 2D
Octal 161 152 171 7 14 0 65 414 7 55
Binary 1110001 1101010 1111001 111 1100 0 110101 100001100 111 101101

Color Harmonies of #716A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A79

Black with #716A79

Text Example


Text Example

White with #716A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716A79; }

 p { color: rgb(113,106,121); }

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

background-color css

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

 a { background-color: rgb(113,106,121); }

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

border-color css

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

 span { border-color: rgb(113,106,121); }

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