Html Css Color HEX #747176 Mamba

📋 copy color: '#747176'

red 116 ◦ green 113 ◦ blue 118

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

Shades of Mamba #747176

Tints of Mamba #747176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.56%

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

R = 33.43%
G = 32.56%
B = 34.01%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#747176 (or 0x747176) is known color: Mamba. HEX triplet: 74, 71 and 76. RGB value is (116,113,118). Sum of RGB (Red+Green+Blue) = 116+113+118=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 118 - color contains mainly: blue. Hex color #747176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747176 is #8B8E89. Grayscale: #727272. Windows color (decimal): -9145994 or 7762292. OLE color: 7762292.

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

Color convert

RGB 116 113 118 -
CMYK 0.02 0.04 0 0.54
HSL 276º 0.02% 0.45% -
HSV(B) 276º 0.04% 0.46% -
XYZ 16.38 16.83 19.53 -
YUV 114.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 116 113 118 0.02 0.04 0 0.54 276 0.02 0.45
Hex 74 71 76 2 4 0 36 114 2 2D
Octal 164 161 166 2 4 0 66 424 2 55
Binary 1110100 1110001 1110110 10 100 0 110110 100010100 10 101101

Color Harmonies of #747176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747176

Black with #747176

Text Example


Text Example

White with #747176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747176; }

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

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

background-color css

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

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

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

border-color css

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

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

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