Html Css Color HEX #726A79 Mamba

📋 copy color: '#726A79'

red 114 ◦ green 106 ◦ blue 121

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

Shades of Mamba #726A79

Tints of Mamba #726A79

RGB

 RED value IS 114 (44.92% from 255) = 33.43%

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

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

R = 33.43%
G = 31.09%
B = 35.48%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#726A79 (or 0x726A79) is known color: Mamba. HEX triplet: 72, 6A and 79. RGB value is (114,106,121). Sum of RGB (Red+Green+Blue) = 114+106+121=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 121 - color contains mainly: blue. Hex color #726A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A79 is #8D9586. Grayscale: #6E6E6E. Windows color (decimal): -9278855 or 7957106. OLE color: 7957106.

HSL color Cylindrical-coordinate representation of color #726A79: hue angle of 272º 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 #726A79 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 106 121 -
CMYK 0.06 0.12 0 0.53
HSL 272º 0.07% 0.45% -
HSV(B) 272º 0.12% 0.47% -
XYZ 15.54 15.27 20.22 -
YUV 110.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 114 106 121 0.06 0.12 0 0.53 272 0.07 0.45
Hex 72 6A 79 6 C 0 35 110 7 2D
Octal 162 152 171 6 14 0 65 420 7 55
Binary 1110010 1101010 1111001 110 1100 0 110101 100010000 111 101101

Color Harmonies of #726A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A79

Black with #726A79

Text Example


Text Example

White with #726A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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