Html Css Color HEX #72687E Mamba

📋 copy color: '#72687E'

red 114 ◦ green 104 ◦ blue 126

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

Shades of Mamba #72687E

Tints of Mamba #72687E

RGB

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

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

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

R = 33.14%
G = 30.23%
B = 36.63%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72687E (or 0x72687E) is known color: Mamba. HEX triplet: 72, 68 and 7E. RGB value is (114,104,126). Sum of RGB (Red+Green+Blue) = 114+104+126=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 126 - color contains mainly: blue. Hex color #72687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72687E is #8D9781. Grayscale: #6D6D6D. Windows color (decimal): -9279362 or 8284274. OLE color: 8284274.

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

Color convert

RGB 114 104 126 -
CMYK 0.10 0.17 0 0.51
HSL 267.27º 0.1% 0.45% -
HSV(B) 267.27º 0.17% 0.49% -
XYZ 15.66 14.98 21.81 -
YUV 109.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 114 104 126 0.10 0.17 0 0.51 267.27 0.1 0.45
Hex 72 68 7E A 11 0 33 10B A 2D
Octal 162 150 176 12 21 0 63 413 12 55
Binary 1110010 1101000 1111110 1010 10001 0 110011 100001011 1010 101101

Color Harmonies of #72687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72687E

Black with #72687E

Text Example


Text Example

White with #72687E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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