Html Css Color HEX #72677C Mamba

📋 copy color: '#72677C'

red 114 ◦ green 103 ◦ blue 124

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

Shades of Mamba #72677C

Tints of Mamba #72677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

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

R = 33.43%
G = 30.21%
B = 36.36%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72677C (or 0x72677C) is known color: Mamba. HEX triplet: 72, 67 and 7C. RGB value is (114,103,124). Sum of RGB (Red+Green+Blue) = 114+103+124=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #72677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72677C is #8D9883. Grayscale: #6C6C6C. Windows color (decimal): -9279620 or 8152946. OLE color: 8152946.

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

Color convert

RGB 114 103 124 -
CMYK 0.08 0.17 0 0.51
HSL 271.43º 0.09% 0.45% -
HSV(B) 271.43º 0.17% 0.49% -
XYZ 15.43 14.73 21.1 -
YUV 108.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 114 103 124 0.08 0.17 0 0.51 271.43 0.09 0.45
Hex 72 67 7C 8 11 0 33 10F 9 2D
Octal 162 147 174 10 21 0 63 417 11 55
Binary 1110010 1100111 1111100 1000 10001 0 110011 100001111 1001 101101

Color Harmonies of #72677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72677C

Black with #72677C

Text Example


Text Example

White with #72677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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