#726B7C

Color #726B7C Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #726B7C

Tints of Mamba #726B7C

Color information

#726B7C (or 0x726B7C) is unknown color: approx Mamba. HEX triplet: 72, 6B and 7C. RGB value is (114,107,124). Sum of RGB (Red+Green+Blue) = 114+107+124=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #726B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B7C is #8D9483. Grayscale: #6E6E6E. Windows color (decimal): -9278596 or 8153970. OLE color: 8153970.

HSL color Cylindrical-coordinate representation of color #726B7C: hue angle of 264.71º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #726B7C is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB114107124-
CMYK0.080.1400.51
HSL264.71º7.36%45.29%-
HSV(B)264.71º13.71%48.63%-
XYZ15.8415.5521.24-
YUV111.03135.32130.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=33.04%
G=31.01%
B=35.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141071240.080.1400.51264.717.3645.29
Hex726B7C8E03310972d
Octal1621531741016063411755
Binary111001011010111111100100011100110011100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #726B7C;
 }
 .AnyTagClassName
 {
   color: #726B7C;
 }
</style>
background-color css

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

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

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

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

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

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