Html Css Color HEX #7A767B Mamba

📋 copy color: '#7A767B'

red 122 ◦ green 118 ◦ blue 123

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

Shades of Mamba #7A767B

Tints of Mamba #7A767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 33.61%
G = 32.51%
B = 33.88%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#7A767B (or 0x7A767B) is known color: Mamba. HEX triplet: 7A, 76 and 7B. RGB value is (122,118,123). Sum of RGB (Red+Green+Blue) = 122+118+123=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A767B is #858984. Grayscale: #777777. Windows color (decimal): -8751493 or 8091258. OLE color: 8091258.

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

Color convert

RGB 122 118 123 -
CMYK 0.01 0.04 0 0.52
HSL 288º 0.02% 0.47% -
HSV(B) 288º 0.04% 0.48% -
XYZ 18.08 18.52 21.36 -
YUV 119.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 122 118 123 0.01 0.04 0 0.52 288 0.02 0.47
Hex 7A 76 7B 1 4 0 34 120 2 2F
Octal 172 166 173 1 4 0 64 440 2 57
Binary 1111010 1110110 1111011 1 100 0 110100 100100000 10 101111

Color Harmonies of #7A767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A767B

Black with #7A767B

Text Example


Text Example

White with #7A767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,118,123); }

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

background-color css

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

 a { background-color: rgb(122,118,123); }

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

border-color css

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

 span { border-color: rgb(122,118,123); }

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