Html Css Color HEX #72677F Mamba

📋 copy color: '#72677F'

red 114 ◦ green 103 ◦ blue 127

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

Shades of Mamba #72677F

Tints of Mamba #72677F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.92%

R = 33.14%
G = 29.94%
B = 36.92%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#72677F (or 0x72677F) is known color: Mamba. HEX triplet: 72, 67 and 7F. RGB value is (114,103,127). Sum of RGB (Red+Green+Blue) = 114+103+127=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #72677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72677F is #8D9880. Grayscale: #6C6C6C. Windows color (decimal): -9279617 or 8349554. OLE color: 8349554.

HSL color Cylindrical-coordinate representation of color #72677F: hue angle of 267.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72677F is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 103 127 -
CMYK 0.10 0.19 0 0.50
HSL 267.5º 0.1% 0.45% -
HSV(B) 267.5º 0.19% 0.5% -
XYZ 15.62 14.81 22.11 -
YUV 109.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 114 103 127 0.10 0.19 0 0.50 267.5 0.1 0.45
Hex 72 67 7F A 13 0 32 10C A 2D
Octal 162 147 177 12 23 0 62 414 12 55
Binary 1110010 1100111 1111111 1010 10011 0 110010 100001100 1010 101101

Color Harmonies of #72677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72677F

Black with #72677F

Text Example


Text Example

White with #72677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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