Html Css Color HEX #747076 Mamba

📋 copy color: '#747076'

red 116 ◦ green 112 ◦ blue 118

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

Shades of Mamba #747076

Tints of Mamba #747076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 33.53%
G = 32.37%
B = 34.1%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#747076 (or 0x747076) is known color: Mamba. HEX triplet: 74, 70 and 76. RGB value is (116,112,118). Sum of RGB (Red+Green+Blue) = 116+112+118=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 118 - color contains mainly: blue. Hex color #747076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747076 is #8B8F89. Grayscale: #717171. Windows color (decimal): -9146250 or 7762036. OLE color: 7762036.

HSL color Cylindrical-coordinate representation of color #747076: hue angle of 280º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #747076 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 112 118 -
CMYK 0.02 0.05 0 0.54
HSL 280º 0.03% 0.45% -
HSV(B) 280º 0.05% 0.46% -
XYZ 16.27 16.61 19.49 -
YUV 113.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 116 112 118 0.02 0.05 0 0.54 280 0.03 0.45
Hex 74 70 76 2 5 0 36 118 3 2D
Octal 164 160 166 2 5 0 66 430 3 55
Binary 1110100 1110000 1110110 10 101 0 110110 100011000 11 101101

Color Harmonies of #747076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747076

Black with #747076

Text Example


Text Example

White with #747076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747076; }

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

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

background-color css

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

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

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

border-color css

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

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

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