Html Css Color HEX #72617F Mamba

📋 copy color: '#72617F'

red 114 ◦ green 97 ◦ blue 127

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

Shades of Mamba #72617F

Tints of Mamba #72617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.57%

R = 33.73%
G = 28.7%
B = 37.57%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#72617F (or 0x72617F) is known color: Mamba. HEX triplet: 72, 61 and 7F. RGB value is (114,97,127). Sum of RGB (Red+Green+Blue) = 114+97+127=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #72617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72617F is #8D9E80. Grayscale: #696969. Windows color (decimal): -9281153 or 8348018. OLE color: 8348018.

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

Color convert

RGB 114 97 127 -
CMYK 0.10 0.24 0 0.50
HSL 274º 0.13% 0.44% -
HSV(B) 274º 0.24% 0.5% -
XYZ 15.04 13.66 21.92 -
YUV 105.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 114 97 127 0.10 0.24 0 0.50 274 0.13 0.44
Hex 72 61 7F A 18 0 32 112 D 2C
Octal 162 141 177 12 30 0 62 422 15 54
Binary 1110010 1100001 1111111 1010 11000 0 110010 100010010 1101 101100

Color Harmonies of #72617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72617F

Black with #72617F

Text Example


Text Example

White with #72617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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