Html Css Color HEX #72697C Mamba

📋 copy color: '#72697C'

red 114 ◦ green 105 ◦ blue 124

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

Shades of Mamba #72697C

Tints of Mamba #72697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 33.24%
G = 30.61%
B = 36.15%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72697C (or 0x72697C) is known color: Mamba. HEX triplet: 72, 69 and 7C. RGB value is (114,105,124). Sum of RGB (Red+Green+Blue) = 114+105+124=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #72697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72697C is #8D9683. Grayscale: #6D6D6D. Windows color (decimal): -9279108 or 8153458. OLE color: 8153458.

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

Color convert

RGB 114 105 124 -
CMYK 0.08 0.15 0 0.51
HSL 268.42º 0.08% 0.45% -
HSV(B) 268.42º 0.15% 0.49% -
XYZ 15.63 15.14 21.17 -
YUV 109.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 114 105 124 0.08 0.15 0 0.51 268.42 0.08 0.45
Hex 72 69 7C 8 F 0 33 10C 8 2D
Octal 162 151 174 10 17 0 63 414 10 55
Binary 1110010 1101001 1111100 1000 1111 0 110011 100001100 1000 101101

Color Harmonies of #72697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72697C

Black with #72697C

Text Example


Text Example

White with #72697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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