Html Css Color HEX #747276 Mamba

📋 copy color: '#747276'

red 116 ◦ green 114 ◦ blue 118

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

Shades of Mamba #747276

Tints of Mamba #747276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

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

R = 33.33%
G = 32.76%
B = 33.91%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#747276 (or 0x747276) is known color: Mamba. HEX triplet: 74, 72 and 76. RGB value is (116,114,118). Sum of RGB (Red+Green+Blue) = 116+114+118=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 118 - color contains mainly: blue. Hex color #747276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747276 is #8B8D89. Grayscale: #737373. Windows color (decimal): -9145738 or 7762548. OLE color: 7762548.

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

Color convert

RGB 116 114 118 -
CMYK 0.02 0.03 0 0.54
HSL 270º 0.02% 0.45% -
HSV(B) 270º 0.03% 0.46% -
XYZ 16.49 17.06 19.56 -
YUV 115.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 116 114 118 0.02 0.03 0 0.54 270 0.02 0.45
Hex 74 72 76 2 3 0 36 10E 2 2D
Octal 164 162 166 2 3 0 66 416 2 55
Binary 1110100 1110010 1110110 10 11 0 110110 100001110 10 101101

Color Harmonies of #747276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747276

Black with #747276

Text Example


Text Example

White with #747276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747276; }

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

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

background-color css

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

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

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

border-color css

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

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

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