Html Css Color HEX #726979 Mamba

📋 copy color: '#726979'

red 114 ◦ green 105 ◦ blue 121

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

Shades of Mamba #726979

Tints of Mamba #726979

RGB

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

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

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

R = 33.53%
G = 30.88%
B = 35.59%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#726979 (or 0x726979) is known color: Mamba. HEX triplet: 72, 69 and 79. RGB value is (114,105,121). Sum of RGB (Red+Green+Blue) = 114+105+121=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 105 (41.41% from 255 or 30.88% 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 #726979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726979 is #8D9686. Grayscale: #6D6D6D. Windows color (decimal): -9279111 or 7956850. OLE color: 7956850.

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

Color convert

RGB 114 105 121 -
CMYK 0.06 0.13 0 0.53
HSL 273.75º 0.07% 0.44% -
HSV(B) 273.75º 0.13% 0.47% -
XYZ 15.44 15.06 20.18 -
YUV 109.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 114 105 121 0.06 0.13 0 0.53 273.75 0.07 0.44
Hex 72 69 79 6 D 0 35 112 7 2C
Octal 162 151 171 6 15 0 65 422 7 54
Binary 1110010 1101001 1111001 110 1101 0 110101 100010010 111 101100

Color Harmonies of #726979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726979

Black with #726979

Text Example


Text Example

White with #726979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726979; }

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

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

background-color css

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

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

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

border-color css

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

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

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