Html Css Color HEX #72627C Mamba

📋 copy color: '#72627C'

red 114 ◦ green 98 ◦ blue 124

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

Shades of Mamba #72627C

Tints of Mamba #72627C

RGB

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

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

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

R = 33.93%
G = 29.17%
B = 36.9%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72627C (or 0x72627C) is known color: Mamba. HEX triplet: 72, 62 and 7C. RGB value is (114,98,124). Sum of RGB (Red+Green+Blue) = 114+98+124=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #72627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72627C is #8D9D83. Grayscale: #696969. Windows color (decimal): -9280900 or 8151666. OLE color: 8151666.

HSL color Cylindrical-coordinate representation of color #72627C: hue angle of 276.92º 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 #72627C is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 98 124 -
CMYK 0.08 0.21 0 0.51
HSL 276.92º 0.12% 0.44% -
HSV(B) 276.92º 0.21% 0.49% -
XYZ 14.95 13.77 20.94 -
YUV 105.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 114 98 124 0.08 0.21 0 0.51 276.92 0.12 0.44
Hex 72 62 7C 8 15 0 33 115 C 2C
Octal 162 142 174 10 25 0 63 425 14 54
Binary 1110010 1100010 1111100 1000 10101 0 110011 100010101 1100 101100

Color Harmonies of #72627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72627C

Black with #72627C

Text Example


Text Example

White with #72627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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