Html Css Color HEX #7A757E Mamba

📋 copy color: '#7A757E'

red 122 ◦ green 117 ◦ blue 126

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

Shades of Mamba #7A757E

Tints of Mamba #7A757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

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

R = 33.42%
G = 32.05%
B = 34.52%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7A757E (or 0x7A757E) is known color: Mamba. HEX triplet: 7A, 75 and 7E. RGB value is (122,117,126). Sum of RGB (Red+Green+Blue) = 122+117+126=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A757E is #858A81. Grayscale: #777777. Windows color (decimal): -8751746 or 8287610. OLE color: 8287610.

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

Color convert

RGB 122 117 126 -
CMYK 0.03 0.07 0 0.51
HSL 273.33º 0.04% 0.48% -
HSV(B) 273.33º 0.07% 0.49% -
XYZ 18.15 18.37 22.33 -
YUV 119.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 122 117 126 0.03 0.07 0 0.51 273.33 0.04 0.48
Hex 7A 75 7E 3 7 0 33 111 4 30
Octal 172 165 176 3 7 0 63 421 4 60
Binary 1111010 1110101 1111110 11 111 0 110011 100010001 100 110000

Color Harmonies of #7A757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A757E

Black with #7A757E

Text Example


Text Example

White with #7A757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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