Html Css Color HEX #7A707E Mamba

📋 copy color: '#7A707E'

red 122 ◦ green 112 ◦ blue 126

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

Shades of Mamba #7A707E

Tints of Mamba #7A707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

 BLUE value IS 126 (49.61% from 255) = 35%

R = 33.89%
G = 31.11%
B = 35%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A707E (or 0x7A707E) is known color: Mamba. HEX triplet: 7A, 70 and 7E. RGB value is (122,112,126). Sum of RGB (Red+Green+Blue) = 122+112+126=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A707E is #858F81. Grayscale: #747474. Windows color (decimal): -8753026 or 8286330. OLE color: 8286330.

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

Color convert

RGB 122 112 126 -
CMYK 0.03 0.11 0 0.51
HSL 282.86º 0.06% 0.47% -
HSV(B) 282.86º 0.11% 0.49% -
XYZ 17.59 17.23 22.14 -
YUV 116.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 122 112 126 0.03 0.11 0 0.51 282.86 0.06 0.47
Hex 7A 70 7E 3 B 0 33 11B 6 2F
Octal 172 160 176 3 13 0 63 433 6 57
Binary 1111010 1110000 1111110 11 1011 0 110011 100011011 110 101111

Color Harmonies of #7A707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A707E

Black with #7A707E

Text Example


Text Example

White with #7A707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,112,126); }

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

background-color css

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

 a { background-color: rgb(122,112,126); }

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

border-color css

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

 span { border-color: rgb(122,112,126); }

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