Html Css Color HEX #72687C Mamba

📋 copy color: '#72687C'

red 114 ◦ green 104 ◦ blue 124

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

Shades of Mamba #72687C

Tints of Mamba #72687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 33.33%
G = 30.41%
B = 36.26%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72687C (or 0x72687C) is known color: Mamba. HEX triplet: 72, 68 and 7C. RGB value is (114,104,124). Sum of RGB (Red+Green+Blue) = 114+104+124=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #72687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72687C is #8D9783. Grayscale: #6D6D6D. Windows color (decimal): -9279364 or 8153202. OLE color: 8153202.

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

Color convert

RGB 114 104 124 -
CMYK 0.08 0.16 0 0.51
HSL 270º 0.09% 0.45% -
HSV(B) 270º 0.16% 0.49% -
XYZ 15.53 14.93 21.13 -
YUV 109.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 114 104 124 0.08 0.16 0 0.51 270 0.09 0.45
Hex 72 68 7C 8 10 0 33 10E 9 2D
Octal 162 150 174 10 20 0 63 416 11 55
Binary 1110010 1101000 1111100 1000 10000 0 110011 100001110 1001 101101

Color Harmonies of #72687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72687C

Black with #72687C

Text Example


Text Example

White with #72687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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