Html Css Color HEX #726B77 Mamba

📋 copy color: '#726B77'

red 114 ◦ green 107 ◦ blue 119

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

Shades of Mamba #726B77

Tints of Mamba #726B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35%

R = 33.53%
G = 31.47%
B = 35%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#726B77 (or 0x726B77) is known color: Mamba. HEX triplet: 72, 6B and 77. RGB value is (114,107,119). Sum of RGB (Red+Green+Blue) = 114+107+119=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 119 - color contains mainly: blue. Hex color #726B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B77 is #8D9488. Grayscale: #6E6E6E. Windows color (decimal): -9278601 or 7826290. OLE color: 7826290.

HSL color Cylindrical-coordinate representation of color #726B77: hue angle of 275º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #726B77 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 107 119 -
CMYK 0.04 0.10 0 0.53
HSL 275º 0.05% 0.44% -
HSV(B) 275º 0.1% 0.47% -
XYZ 15.53 15.42 19.61 -
YUV 110.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 114 107 119 0.04 0.10 0 0.53 275 0.05 0.44
Hex 72 6B 77 4 A 0 35 113 5 2C
Octal 162 153 167 4 12 0 65 423 5 54
Binary 1110010 1101011 1110111 100 1010 0 110101 100010011 101 101100

Color Harmonies of #726B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B77

Black with #726B77

Text Example


Text Example

White with #726B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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