Html Css Color HEX #72607E Mamba

📋 copy color: '#72607E'

red 114 ◦ green 96 ◦ blue 126

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

Shades of Mamba #72607E

Tints of Mamba #72607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

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

R = 33.93%
G = 28.57%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72607E (or 0x72607E) is known color: Mamba. HEX triplet: 72, 60 and 7E. RGB value is (114,96,126). Sum of RGB (Red+Green+Blue) = 114+96+126=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 126 - color contains mainly: blue. Hex color #72607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72607E is #8D9F81. Grayscale: #686868. Windows color (decimal): -9281410 or 8282226. OLE color: 8282226.

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

Color convert

RGB 114 96 126 -
CMYK 0.10 0.24 0 0.51
HSL 276º 0.14% 0.44% -
HSV(B) 276º 0.24% 0.49% -
XYZ 14.89 13.45 21.55 -
YUV 104.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 114 96 126 0.10 0.24 0 0.51 276 0.14 0.44
Hex 72 60 7E A 18 0 33 114 E 2C
Octal 162 140 176 12 30 0 63 424 16 54
Binary 1110010 1100000 1111110 1010 11000 0 110011 100010100 1110 101100

Color Harmonies of #72607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72607E

Black with #72607E

Text Example


Text Example

White with #72607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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