Html Css Color HEX #726B7C Mamba

📋 copy color: '#726B7C'

red 114 ◦ green 107 ◦ blue 124

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

Shades of Mamba #726B7C

Tints of Mamba #726B7C

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 value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#726B7C (or 0x726B7C) is known color: 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

RGB 114 107 124 -
CMYK 0.08 0.14 0 0.51
HSL 264.71º 0.07% 0.45% -
HSV(B) 264.71º 0.14% 0.49% -
XYZ 15.84 15.55 21.24 -
YUV 111.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 114 107 124 0.08 0.14 0 0.51 264.71 0.07 0.45
Hex 72 6B 7C 8 E 0 33 109 7 2D
Octal 162 153 174 10 16 0 63 411 7 55
Binary 1110010 1101011 1111100 1000 1110 0 110011 100001001 111 101101

Color Harmonies of #726B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B7C

Black with #726B7C

Text Example


Text Example

White with #726B7C

Text Example


Text Example

HTML Codes & Css Web 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>