Html Css Color HEX #726878 Mamba

📋 copy color: '#726878'

red 114 ◦ green 104 ◦ blue 120

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

Shades of Mamba #726878

Tints of Mamba #726878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

 BLUE value IS 120 (47.27% from 255) = 35.5%

R = 33.73%
G = 30.77%
B = 35.5%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#726878 (or 0x726878) is known color: Mamba. HEX triplet: 72, 68 and 78. RGB value is (114,104,120). Sum of RGB (Red+Green+Blue) = 114+104+120=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 120 - color contains mainly: blue. Hex color #726878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726878 is #8D9787. Grayscale: #6C6C6C. Windows color (decimal): -9279368 or 7891058. OLE color: 7891058.

HSL color Cylindrical-coordinate representation of color #726878: hue angle of 277.5º 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 #726878 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 104 120 -
CMYK 0.05 0.13 0 0.53
HSL 277.5º 0.07% 0.44% -
HSV(B) 277.5º 0.13% 0.47% -
XYZ 15.28 14.83 19.83 -
YUV 108.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 114 104 120 0.05 0.13 0 0.53 277.5 0.07 0.44
Hex 72 68 78 5 D 0 35 116 7 2C
Octal 162 150 170 5 15 0 65 426 7 54
Binary 1110010 1101000 1111000 101 1101 0 110101 100010110 111 101100

Color Harmonies of #726878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726878

Black with #726878

Text Example


Text Example

White with #726878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726878; }

 p { color: rgb(114,104,120); }

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

background-color css

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

 a { background-color: rgb(114,104,120); }

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

border-color css

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

 span { border-color: rgb(114,104,120); }

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