Html Css Color HEX #726E75 Mamba

📋 copy color: '#726E75'

red 114 ◦ green 110 ◦ blue 117

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

Shades of Mamba #726E75

Tints of Mamba #726E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.26%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 33.43%
G = 32.26%
B = 34.31%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#726E75 (or 0x726E75) is known color: Mamba. HEX triplet: 72, 6E and 75. RGB value is (114,110,117). Sum of RGB (Red+Green+Blue) = 114+110+117=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 117 - color contains mainly: blue. Hex color #726E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E75 is #8D918A. Grayscale: #6F6F6F. Windows color (decimal): -9277835 or 7695986. OLE color: 7695986.

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

Color convert

RGB 114 110 117 -
CMYK 0.03 0.06 0 0.54
HSL 274.29º 0.03% 0.45% -
HSV(B) 274.29º 0.06% 0.46% -
XYZ 15.73 16.01 19.09 -
YUV 111.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 114 110 117 0.03 0.06 0 0.54 274.29 0.03 0.45
Hex 72 6E 75 3 6 0 36 112 3 2D
Octal 162 156 165 3 6 0 66 422 3 55
Binary 1110010 1101110 1110101 11 110 0 110110 100010010 11 101101

Color Harmonies of #726E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E75

Black with #726E75

Text Example


Text Example

White with #726E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,110,117); }

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

background-color css

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

 a { background-color: rgb(114,110,117); }

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

border-color css

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

 span { border-color: rgb(114,110,117); }

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