Html Css Color HEX #72647B Mamba

📋 copy color: '#72647B'

red 114 ◦ green 100 ◦ blue 123

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

Shades of Mamba #72647B

Tints of Mamba #72647B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 123 (48.44% from 255) = 36.5%

R = 33.83%
G = 29.67%
B = 36.5%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72647B (or 0x72647B) is known color: Mamba. HEX triplet: 72, 64 and 7B. RGB value is (114,100,123). Sum of RGB (Red+Green+Blue) = 114+100+123=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #72647B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72647B is #8D9B84. Grayscale: #6A6A6A. Windows color (decimal): -9280389 or 8086642. OLE color: 8086642.

HSL color Cylindrical-coordinate representation of color #72647B: hue angle of 276.52º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72647B is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 100 123 -
CMYK 0.07 0.19 0 0.52
HSL 276.52º 0.1% 0.44% -
HSV(B) 276.52º 0.19% 0.48% -
XYZ 15.07 14.12 20.67 -
YUV 106.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 114 100 123 0.07 0.19 0 0.52 276.52 0.1 0.44
Hex 72 64 7B 7 13 0 34 115 A 2C
Octal 162 144 173 7 23 0 64 425 12 54
Binary 1110010 1100100 1111011 111 10011 0 110100 100010101 1010 101100

Color Harmonies of #72647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72647B

Black with #72647B

Text Example


Text Example

White with #72647B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72647B; }

 p { color: rgb(114,100,123); }

 H1.HeaderClassName
 {
   color: #72647B;
 }
 .AnyTagClassName
 {
   color: #72647B;
 }
</style>

background-color css

<style>
 a { background-color: #72647B; }

 a { background-color: rgb(114,100,123); }

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

border-color css

<style>
 span { border-color: #72647B; }

 span { border-color: rgb(114,100,123); }

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