Html Css Color HEX #72627E Mamba

📋 copy color: '#72627E'

red 114 ◦ green 98 ◦ blue 126

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

Shades of Mamba #72627E

Tints of Mamba #72627E

RGB

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

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

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

R = 33.73%
G = 28.99%
B = 37.28%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72627E (or 0x72627E) is known color: Mamba. HEX triplet: 72, 62 and 7E. RGB value is (114,98,126). Sum of RGB (Red+Green+Blue) = 114+98+126=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 126 - color contains mainly: blue. Hex color #72627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72627E is #8D9D81. Grayscale: #696969. Windows color (decimal): -9280898 or 8282738. OLE color: 8282738.

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

Color convert

RGB 114 98 126 -
CMYK 0.10 0.22 0 0.51
HSL 274.29º 0.13% 0.44% -
HSV(B) 274.29º 0.22% 0.49% -
XYZ 15.07 13.82 21.61 -
YUV 105.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 114 98 126 0.10 0.22 0 0.51 274.29 0.13 0.44
Hex 72 62 7E A 16 0 33 112 C 2C
Octal 162 142 176 12 26 0 63 422 14 54
Binary 1110010 1100010 1111110 1010 10110 0 110011 100010010 1100 101100

Color Harmonies of #72627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72627E

Black with #72627E

Text Example


Text Example

White with #72627E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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