Html Css Color HEX #7A717D Mamba

📋 copy color: '#7A717D'

red 122 ◦ green 113 ◦ blue 125

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

Shades of Mamba #7A717D

Tints of Mamba #7A717D

RGB

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

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

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

R = 33.89%
G = 31.39%
B = 34.72%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A717D (or 0x7A717D) is known color: Mamba. HEX triplet: 7A, 71 and 7D. RGB value is (122,113,125). Sum of RGB (Red+Green+Blue) = 122+113+125=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A717D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A717D is #858E82. Grayscale: #757575. Windows color (decimal): -8752771 or 8221050. OLE color: 8221050.

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

Color convert

RGB 122 113 125 -
CMYK 0.02 0.10 0 0.51
HSL 285º 0.05% 0.47% -
HSV(B) 285º 0.1% 0.49% -
XYZ 17.63 17.43 21.84 -
YUV 117.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 122 113 125 0.02 0.10 0 0.51 285 0.05 0.47
Hex 7A 71 7D 2 A 0 33 11D 5 2F
Octal 172 161 175 2 12 0 63 435 5 57
Binary 1111010 1110001 1111101 10 1010 0 110011 100011101 101 101111

Color Harmonies of #7A717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A717D

Black with #7A717D

Text Example


Text Example

White with #7A717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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