Html Css Color HEX #72667E Mamba

📋 copy color: '#72667E'

red 114 ◦ green 102 ◦ blue 126

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

Shades of Mamba #72667E

Tints of Mamba #72667E

RGB

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

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

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

R = 33.33%
G = 29.82%
B = 36.84%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72667E (or 0x72667E) is known color: Mamba. HEX triplet: 72, 66 and 7E. RGB value is (114,102,126). Sum of RGB (Red+Green+Blue) = 114+102+126=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 126 - color contains mainly: blue. Hex color #72667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72667E is #8D9981. Grayscale: #6C6C6C. Windows color (decimal): -9279874 or 8283762. OLE color: 8283762.

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

Color convert

RGB 114 102 126 -
CMYK 0.10 0.19 0 0.51
HSL 270º 0.11% 0.45% -
HSV(B) 270º 0.19% 0.49% -
XYZ 15.46 14.59 21.74 -
YUV 108.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 114 102 126 0.10 0.19 0 0.51 270 0.11 0.45
Hex 72 66 7E A 13 0 33 10E B 2D
Octal 162 146 176 12 23 0 63 416 13 55
Binary 1110010 1100110 1111110 1010 10011 0 110011 100001110 1011 101101

Color Harmonies of #72667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72667E

Black with #72667E

Text Example


Text Example

White with #72667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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