Html Css Color HEX #72667B Mamba

📋 copy color: '#72667B'

red 114 ◦ green 102 ◦ blue 123

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

Shades of Mamba #72667B

Tints of Mamba #72667B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 33.63%
G = 30.09%
B = 36.28%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72667B (or 0x72667B) is known color: Mamba. HEX triplet: 72, 66 and 7B. RGB value is (114,102,123). Sum of RGB (Red+Green+Blue) = 114+102+123=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #72667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72667B is #8D9984. Grayscale: #6B6B6B. Windows color (decimal): -9279877 or 8087154. OLE color: 8087154.

HSL color Cylindrical-coordinate representation of color #72667B: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72667B is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 102 123 -
CMYK 0.07 0.17 0 0.52
HSL 274.29º 0.09% 0.44% -
HSV(B) 274.29º 0.17% 0.48% -
XYZ 15.27 14.51 20.74 -
YUV 107.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 114 102 123 0.07 0.17 0 0.52 274.29 0.09 0.44
Hex 72 66 7B 7 11 0 34 112 9 2C
Octal 162 146 173 7 21 0 64 422 11 54
Binary 1110010 1100110 1111011 111 10001 0 110100 100010010 1001 101100

Color Harmonies of #72667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72667B

Black with #72667B

Text Example


Text Example

White with #72667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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