Html Css Color HEX #747079 Mamba

📋 copy color: '#747079'

red 116 ◦ green 112 ◦ blue 121

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

Shades of Mamba #747079

Tints of Mamba #747079

RGB

 RED value IS 116 (45.7% from 255) = 33.24%

 GREEN value IS 112 (44.14% from 255) = 32.09%

 BLUE value IS 121 (47.66% from 255) = 34.67%

R = 33.24%
G = 32.09%
B = 34.67%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#747079 (or 0x747079) is known color: Mamba. HEX triplet: 74, 70 and 79. RGB value is (116,112,121). Sum of RGB (Red+Green+Blue) = 116+112+121=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 121 - color contains mainly: blue. Hex color #747079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747079 is #8B8F86. Grayscale: #727272. Windows color (decimal): -9146247 or 7958644. OLE color: 7958644.

HSL color Cylindrical-coordinate representation of color #747079: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #747079 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 112 121 -
CMYK 0.04 0.07 0 0.53
HSL 266.67º 0.04% 0.46% -
HSV(B) 266.67º 0.07% 0.47% -
XYZ 16.45 16.68 20.44 -
YUV 114.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 116 112 121 0.04 0.07 0 0.53 266.67 0.04 0.46
Hex 74 70 79 4 7 0 35 10B 4 2E
Octal 164 160 171 4 7 0 65 413 4 56
Binary 1110100 1110000 1111001 100 111 0 110101 100001011 100 101110

Color Harmonies of #747079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747079

Black with #747079

Text Example


Text Example

White with #747079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747079; }

 p { color: rgb(116,112,121); }

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

background-color css

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

 a { background-color: rgb(116,112,121); }

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

border-color css

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

 span { border-color: rgb(116,112,121); }

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