Html Css Color HEX #7A707D Mamba

📋 copy color: '#7A707D'

red 122 ◦ green 112 ◦ blue 125

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

Shades of Mamba #7A707D

Tints of Mamba #7A707D

RGB

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

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

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

R = 33.98%
G = 31.2%
B = 34.82%

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

#7A707D (or 0x7A707D) is known color: Mamba. HEX triplet: 7A, 70 and 7D. RGB value is (122,112,125). Sum of RGB (Red+Green+Blue) = 122+112+125=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A707D is #858F82. Grayscale: #747474. Windows color (decimal): -8753027 or 8220794. OLE color: 8220794.

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

Color convert

RGB 122 112 125 -
CMYK 0.02 0.10 0 0.51
HSL 286.15º 0.05% 0.46% -
HSV(B) 286.15º 0.1% 0.49% -
XYZ 17.52 17.21 21.8 -
YUV 116.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 122 112 125 0.02 0.10 0 0.51 286.15 0.05 0.46
Hex 7A 70 7D 2 A 0 33 11E 5 2E
Octal 172 160 175 2 12 0 63 436 5 56
Binary 1111010 1110000 1111101 10 1010 0 110011 100011110 101 101110

Color Harmonies of #7A707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A707D

Black with #7A707D

Text Example


Text Example

White with #7A707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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