Html Css Color HEX #726A7C Mamba

📋 copy color: '#726A7C'

red 114 ◦ green 106 ◦ blue 124

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

Shades of Mamba #726A7C

Tints of Mamba #726A7C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.81%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 33.14%
G = 30.81%
B = 36.05%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#726A7C (or 0x726A7C) is known color: Mamba. HEX triplet: 72, 6A and 7C. RGB value is (114,106,124). Sum of RGB (Red+Green+Blue) = 114+106+124=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 124 - color contains mainly: blue. Hex color #726A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A7C is #8D9583. Grayscale: #6E6E6E. Windows color (decimal): -9278852 or 8153714. OLE color: 8153714.

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

Color convert

RGB 114 106 124 -
CMYK 0.08 0.15 0 0.51
HSL 266.67º 0.08% 0.45% -
HSV(B) 266.67º 0.15% 0.49% -
XYZ 15.73 15.34 21.2 -
YUV 110.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 114 106 124 0.08 0.15 0 0.51 266.67 0.08 0.45
Hex 72 6A 7C 8 F 0 33 10B 8 2D
Octal 162 152 174 10 17 0 63 413 10 55
Binary 1110010 1101010 1111100 1000 1111 0 110011 100001011 1000 101101

Color Harmonies of #726A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A7C

Black with #726A7C

Text Example


Text Example

White with #726A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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