Html Css Color HEX #7A747D Mamba

📋 copy color: '#7A747D'

red 122 ◦ green 116 ◦ blue 125

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

Shades of Mamba #7A747D

Tints of Mamba #7A747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 33.61%
G = 31.96%
B = 34.44%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A747D (or 0x7A747D) is known color: Mamba. HEX triplet: 7A, 74 and 7D. RGB value is (122,116,125). Sum of RGB (Red+Green+Blue) = 122+116+125=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A747D is #858B82. Grayscale: #767676. Windows color (decimal): -8752003 or 8221818. OLE color: 8221818.

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

Color convert

RGB 122 116 125 -
CMYK 0.02 0.07 0 0.51
HSL 280º 0.04% 0.47% -
HSV(B) 280º 0.07% 0.49% -
XYZ 17.97 18.11 21.95 -
YUV 118.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 122 116 125 0.02 0.07 0 0.51 280 0.04 0.47
Hex 7A 74 7D 2 7 0 33 118 4 2F
Octal 172 164 175 2 7 0 63 430 4 57
Binary 1111010 1110100 1111101 10 111 0 110011 100011000 100 101111

Color Harmonies of #7A747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A747D

Black with #7A747D

Text Example


Text Example

White with #7A747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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