Html Css Color HEX #7A747C Mamba

📋 copy color: '#7A747C'

red 122 ◦ green 116 ◦ blue 124

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

Shades of Mamba #7A747C

Tints of Mamba #7A747C

RGB

 RED value IS 122 (48.05% from 255) = 33.7%

 GREEN value IS 116 (45.7% from 255) = 32.04%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 33.7%
G = 32.04%
B = 34.25%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A747C (or 0x7A747C) is known color: Mamba. HEX triplet: 7A, 74 and 7C. RGB value is (122,116,124). Sum of RGB (Red+Green+Blue) = 122+116+124=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A747C is #858B83. Grayscale: #767676. Windows color (decimal): -8752004 or 8156282. OLE color: 8156282.

HSL color Cylindrical-coordinate representation of color #7A747C: hue angle of 285º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A747C is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 122 116 124 -
CMYK 0.02 0.06 0 0.51
HSL 285º 0.03% 0.47% -
HSV(B) 285º 0.06% 0.49% -
XYZ 17.91 18.08 21.62 -
YUV 118.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 122 116 124 0.02 0.06 0 0.51 285 0.03 0.47
Hex 7A 74 7C 2 6 0 33 11D 3 2F
Octal 172 164 174 2 6 0 63 435 3 57
Binary 1111010 1110100 1111100 10 110 0 110011 100011101 11 101111

Color Harmonies of #7A747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A747C

Black with #7A747C

Text Example


Text Example

White with #7A747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A747C; }

 p { color: rgb(122,116,124); }

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

background-color css

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

 a { background-color: rgb(122,116,124); }

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

border-color css

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

 span { border-color: rgb(122,116,124); }

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