Html Css Color HEX #72617E Mamba

📋 copy color: '#72617E'

red 114 ◦ green 97 ◦ blue 126

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

Shades of Mamba #72617E

Tints of Mamba #72617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

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

R = 33.83%
G = 28.78%
B = 37.39%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72617E (or 0x72617E) is known color: Mamba. HEX triplet: 72, 61 and 7E. RGB value is (114,97,126). Sum of RGB (Red+Green+Blue) = 114+97+126=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 126 - color contains mainly: blue. Hex color #72617E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72617E is #8D9E81. Grayscale: #696969. Windows color (decimal): -9281154 or 8282482. OLE color: 8282482.

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

Color convert

RGB 114 97 126 -
CMYK 0.10 0.23 0 0.51
HSL 275.17º 0.13% 0.44% -
HSV(B) 275.17º 0.23% 0.49% -
XYZ 14.98 13.63 21.58 -
YUV 105.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 114 97 126 0.10 0.23 0 0.51 275.17 0.13 0.44
Hex 72 61 7E A 17 0 33 113 D 2C
Octal 162 141 176 12 27 0 63 423 15 54
Binary 1110010 1100001 1111110 1010 10111 0 110011 100010011 1101 101100

Color Harmonies of #72617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72617E

Black with #72617E

Text Example


Text Example

White with #72617E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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