Html Css Color HEX #7B777D Mamba

📋 copy color: '#7B777D'

red 123 ◦ green 119 ◦ blue 125

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

Shades of Mamba #7B777D

Tints of Mamba #7B777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

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

R = 33.51%
G = 32.43%
B = 34.06%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B777D (or 0x7B777D) is known color: Mamba. HEX triplet: 7B, 77 and 7D. RGB value is (123,119,125). Sum of RGB (Red+Green+Blue) = 123+119+125=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B777D is #848882. Grayscale: #787878. Windows color (decimal): -8685699 or 8222587. OLE color: 8222587.

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

Color convert

RGB 123 119 125 -
CMYK 0.02 0.05 0 0.51
HSL 280º 0.02% 0.48% -
HSV(B) 280º 0.05% 0.49% -
XYZ 18.47 18.89 22.07 -
YUV 120.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 123 119 125 0.02 0.05 0 0.51 280 0.02 0.48
Hex 7B 77 7D 2 5 0 33 118 2 30
Octal 173 167 175 2 5 0 63 430 2 60
Binary 1111011 1110111 1111101 10 101 0 110011 100011000 10 110000

Color Harmonies of #7B777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B777D

Black with #7B777D

Text Example


Text Example

White with #7B777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,119,125); }

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

background-color css

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

 a { background-color: rgb(123,119,125); }

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

border-color css

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

 span { border-color: rgb(123,119,125); }

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