Html Css Color HEX #7B797C Mamba

📋 copy color: '#7B797C'

red 123 ◦ green 121 ◦ blue 124

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

Shades of Mamba #7B797C

Tints of Mamba #7B797C

RGB

 RED value IS 123 (48.44% from 255) = 33.42%

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

 BLUE value IS 124 (48.83% from 255) = 33.7%

R = 33.42%
G = 32.88%
B = 33.7%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B797C (or 0x7B797C) is known color: Mamba. HEX triplet: 7B, 79 and 7C. RGB value is (123,121,124). Sum of RGB (Red+Green+Blue) = 123+121+124=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B797C is #848683. Grayscale: #797979. Windows color (decimal): -8685188 or 8157563. OLE color: 8157563.

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

Color convert

RGB 123 121 124 -
CMYK 0.01 0.02 0 0.51
HSL 280º 0.01% 0.48% -
HSV(B) 280º 0.02% 0.49% -
XYZ 18.64 19.34 21.82 -
YUV 121.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 123 121 124 0.01 0.02 0 0.51 280 0.01 0.48
Hex 7B 79 7C 1 2 0 33 118 1 30
Octal 173 171 174 1 2 0 63 430 1 60
Binary 1111011 1111001 1111100 1 10 0 110011 100011000 1 110000

Color Harmonies of #7B797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B797C

Black with #7B797C

Text Example


Text Example

White with #7B797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,121,124); }

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

background-color css

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

 a { background-color: rgb(123,121,124); }

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

border-color css

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

 span { border-color: rgb(123,121,124); }

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