Html Css Color HEX #7E797F Mamba

📋 copy color: '#7E797F'

red 126 ◦ green 121 ◦ blue 127

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

Shades of Mamba #7E797F

Tints of Mamba #7E797F

RGB

 RED value IS 126 (49.61% from 255) = 33.69%

 GREEN value IS 121 (47.66% from 255) = 32.35%

 BLUE value IS 127 (50% from 255) = 33.96%

R = 33.69%
G = 32.35%
B = 33.96%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7E797F (or 0x7E797F) is known color: Mamba. HEX triplet: 7E, 79 and 7F. RGB value is (126,121,127). Sum of RGB (Red+Green+Blue) = 126+121+127=374 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.69% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E797F is #818680. Grayscale: #7B7B7B. Windows color (decimal): -8488577 or 8354174. OLE color: 8354174.

HSL color Cylindrical-coordinate representation of color #7E797F: hue angle of 290º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7E797F is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 126 121 127 -
CMYK 0.01 0.05 0 0.50
HSL 290º 0.02% 0.49% -
HSV(B) 290º 0.05% 0.5% -
XYZ 19.27 19.64 22.85 -
YUV 123.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 126 121 127 0.01 0.05 0 0.50 290 0.02 0.49
Hex 7E 79 7F 1 5 0 32 122 2 31
Octal 176 171 177 1 5 0 62 442 2 61
Binary 1111110 1111001 1111111 1 101 0 110010 100100010 10 110001

Color Harmonies of #7E797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E797F

Black with #7E797F

Text Example


Text Example

White with #7E797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,121,127); }

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

background-color css

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

 a { background-color: rgb(126,121,127); }

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

border-color css

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

 span { border-color: rgb(126,121,127); }

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