Html Css Color HEX #72647F Mamba

📋 copy color: '#72647F'

red 114 ◦ green 100 ◦ blue 127

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

Shades of Mamba #72647F

Tints of Mamba #72647F

RGB

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

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

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

R = 33.43%
G = 29.33%
B = 37.24%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#72647F (or 0x72647F) is known color: Mamba. HEX triplet: 72, 64 and 7F. RGB value is (114,100,127). Sum of RGB (Red+Green+Blue) = 114+100+127=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #72647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72647F is #8D9B80. Grayscale: #6B6B6B. Windows color (decimal): -9280385 or 8348786. OLE color: 8348786.

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

Color convert

RGB 114 100 127 -
CMYK 0.10 0.21 0 0.50
HSL 271.11º 0.12% 0.45% -
HSV(B) 271.11º 0.21% 0.5% -
XYZ 15.33 14.22 22.02 -
YUV 107.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 114 100 127 0.10 0.21 0 0.50 271.11 0.12 0.45
Hex 72 64 7F A 15 0 32 10F C 2D
Octal 162 144 177 12 25 0 62 417 14 55
Binary 1110010 1100100 1111111 1010 10101 0 110010 100001111 1100 101101

Color Harmonies of #72647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72647F

Black with #72647F

Text Example


Text Example

White with #72647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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