Html Css Color HEX #72647E Mamba

📋 copy color: '#72647E'

red 114 ◦ green 100 ◦ blue 126

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

Shades of Mamba #72647E

Tints of Mamba #72647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 33.53%
G = 29.41%
B = 37.06%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72647E (or 0x72647E) is known color: Mamba. HEX triplet: 72, 64 and 7E. RGB value is (114,100,126). Sum of RGB (Red+Green+Blue) = 114+100+126=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 126 - color contains mainly: blue. Hex color #72647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72647E is #8D9B81. Grayscale: #6B6B6B. Windows color (decimal): -9280386 or 8283250. OLE color: 8283250.

HSL color Cylindrical-coordinate representation of color #72647E: hue angle of 272.31º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72647E is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 100 126 -
CMYK 0.10 0.21 0 0.51
HSL 272.31º 0.12% 0.44% -
HSV(B) 272.31º 0.21% 0.49% -
XYZ 15.26 14.2 21.67 -
YUV 107.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 114 100 126 0.10 0.21 0 0.51 272.31 0.12 0.44
Hex 72 64 7E A 15 0 33 110 C 2C
Octal 162 144 176 12 25 0 63 420 14 54
Binary 1110010 1100100 1111110 1010 10101 0 110011 100010000 1100 101100

Color Harmonies of #72647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72647E

Black with #72647E

Text Example


Text Example

White with #72647E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72647E; }

 p { color: rgb(114,100,126); }

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

background-color css

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

 a { background-color: rgb(114,100,126); }

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

border-color css

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

 span { border-color: rgb(114,100,126); }

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