Html Css Color HEX #72627F Mamba

📋 copy color: '#72627F'

red 114 ◦ green 98 ◦ blue 127

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

Shades of Mamba #72627F

Tints of Mamba #72627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.91%

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

R = 33.63%
G = 28.91%
B = 37.46%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#72627F (or 0x72627F) is known color: Mamba. HEX triplet: 72, 62 and 7F. RGB value is (114,98,127). Sum of RGB (Red+Green+Blue) = 114+98+127=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 127 - color contains mainly: blue. Hex color #72627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72627F is #8D9D80. Grayscale: #696969. Windows color (decimal): -9280897 or 8348274. OLE color: 8348274.

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

Color convert

RGB 114 98 127 -
CMYK 0.10 0.23 0 0.50
HSL 273.1º 0.13% 0.44% -
HSV(B) 273.1º 0.23% 0.5% -
XYZ 15.14 13.85 21.95 -
YUV 106.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 114 98 127 0.10 0.23 0 0.50 273.1 0.13 0.44
Hex 72 62 7F A 17 0 32 111 D 2C
Octal 162 142 177 12 27 0 62 421 15 54
Binary 1110010 1100010 1111111 1010 10111 0 110010 100010001 1101 101100

Color Harmonies of #72627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72627F

Black with #72627F

Text Example


Text Example

White with #72627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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