Html Css Color HEX #72667C Mamba

📋 copy color: '#72667C'

red 114 ◦ green 102 ◦ blue 124

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

Shades of Mamba #72667C

Tints of Mamba #72667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

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

R = 33.53%
G = 30%
B = 36.47%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72667C (or 0x72667C) is known color: Mamba. HEX triplet: 72, 66 and 7C. RGB value is (114,102,124). Sum of RGB (Red+Green+Blue) = 114+102+124=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #72667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72667C is #8D9983. Grayscale: #6C6C6C. Windows color (decimal): -9279876 or 8152690. OLE color: 8152690.

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

Color convert

RGB 114 102 124 -
CMYK 0.08 0.18 0 0.51
HSL 272.73º 0.1% 0.44% -
HSV(B) 272.73º 0.18% 0.49% -
XYZ 15.33 14.54 21.07 -
YUV 108.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 114 102 124 0.08 0.18 0 0.51 272.73 0.1 0.44
Hex 72 66 7C 8 12 0 33 111 A 2C
Octal 162 146 174 10 22 0 63 421 12 54
Binary 1110010 1100110 1111100 1000 10010 0 110011 100010001 1010 101100

Color Harmonies of #72667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72667C

Black with #72667C

Text Example


Text Example

White with #72667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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