Html Css Color HEX #746F79 Mamba

📋 copy color: '#746F79'

red 116 ◦ green 111 ◦ blue 121

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

Shades of Mamba #746F79

Tints of Mamba #746F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 33.33%
G = 31.9%
B = 34.77%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#746F79 (or 0x746F79) is known color: Mamba. HEX triplet: 74, 6F and 79. RGB value is (116,111,121). Sum of RGB (Red+Green+Blue) = 116+111+121=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 121 - color contains mainly: blue. Hex color #746F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F79 is #8B9086. Grayscale: #717171. Windows color (decimal): -9146503 or 7958388. OLE color: 7958388.

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

Color convert

RGB 116 111 121 -
CMYK 0.04 0.08 0 0.53
HSL 270º 0.04% 0.45% -
HSV(B) 270º 0.08% 0.47% -
XYZ 16.34 16.46 20.41 -
YUV 113.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 116 111 121 0.04 0.08 0 0.53 270 0.04 0.45
Hex 74 6F 79 4 8 0 35 10E 4 2D
Octal 164 157 171 4 10 0 65 416 4 55
Binary 1110100 1101111 1111001 100 1000 0 110101 100001110 100 101101

Color Harmonies of #746F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F79

Black with #746F79

Text Example


Text Example

White with #746F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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