Html Css Color HEX #726B76 Mamba

📋 copy color: '#726B76'

red 114 ◦ green 107 ◦ blue 118

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

Shades of Mamba #726B76

Tints of Mamba #726B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.56%

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

R = 33.63%
G = 31.56%
B = 34.81%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#726B76 (or 0x726B76) is known color: Mamba. HEX triplet: 72, 6B and 76. RGB value is (114,107,118). Sum of RGB (Red+Green+Blue) = 114+107+118=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: blue. Hex color #726B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B76 is #8D9489. Grayscale: #6E6E6E. Windows color (decimal): -9278602 or 7760754. OLE color: 7760754.

HSL color Cylindrical-coordinate representation of color #726B76: hue angle of 278.18º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #726B76 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 107 118 -
CMYK 0.03 0.09 0 0.54
HSL 278.18º 0.05% 0.44% -
HSV(B) 278.18º 0.09% 0.46% -
XYZ 15.47 15.4 19.3 -
YUV 110.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 114 107 118 0.03 0.09 0 0.54 278.18 0.05 0.44
Hex 72 6B 76 3 9 0 36 116 5 2C
Octal 162 153 166 3 11 0 66 426 5 54
Binary 1110010 1101011 1110110 11 1001 0 110110 100010110 101 101100

Color Harmonies of #726B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B76

Black with #726B76

Text Example


Text Example

White with #726B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,107,118); }

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

background-color css

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

 a { background-color: rgb(114,107,118); }

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

border-color css

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

 span { border-color: rgb(114,107,118); }

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