Html Css Color HEX #72687F Mamba

📋 copy color: '#72687F'

red 114 ◦ green 104 ◦ blue 127

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

Shades of Mamba #72687F

Tints of Mamba #72687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.14%

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

R = 33.04%
G = 30.14%
B = 36.81%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#72687F (or 0x72687F) is known color: Mamba. HEX triplet: 72, 68 and 7F. RGB value is (114,104,127). Sum of RGB (Red+Green+Blue) = 114+104+127=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 127 - color contains mainly: blue. Hex color #72687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72687F is #8D9780. Grayscale: #6D6D6D. Windows color (decimal): -9279361 or 8349810. OLE color: 8349810.

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

Color convert

RGB 114 104 127 -
CMYK 0.10 0.18 0 0.50
HSL 266.09º 0.1% 0.45% -
HSV(B) 266.09º 0.18% 0.5% -
XYZ 15.72 15.01 22.15 -
YUV 109.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 114 104 127 0.10 0.18 0 0.50 266.09 0.1 0.45
Hex 72 68 7F A 12 0 32 10A A 2D
Octal 162 150 177 12 22 0 62 412 12 55
Binary 1110010 1101000 1111111 1010 10010 0 110010 100001010 1010 101101

Color Harmonies of #72687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72687F

Black with #72687F

Text Example


Text Example

White with #72687F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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