Html Css Color HEX #77717A Mamba

📋 copy color: '#77717A'

red 119 ◦ green 113 ◦ blue 122

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

Shades of Mamba #77717A

Tints of Mamba #77717A

RGB

 RED value IS 119 (46.88% from 255) = 33.62%

 GREEN value IS 113 (44.53% from 255) = 31.92%

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 33.62%
G = 31.92%
B = 34.46%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77717A (or 0x77717A) is known color: Mamba. HEX triplet: 77, 71 and 7A. RGB value is (119,113,122). Sum of RGB (Red+Green+Blue) = 119+113+122=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 122 - color contains mainly: blue. Hex color #77717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77717A is #888E85. Grayscale: #737373. Windows color (decimal): -8949382 or 8024439. OLE color: 8024439.

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

Color convert

RGB 119 113 122 -
CMYK 0.02 0.07 0 0.52
HSL 280º 0.04% 0.46% -
HSV(B) 280º 0.07% 0.48% -
XYZ 17.03 17.14 20.82 -
YUV 115.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 119 113 122 0.02 0.07 0 0.52 280 0.04 0.46
Hex 77 71 7A 2 7 0 34 118 4 2E
Octal 167 161 172 2 7 0 64 430 4 56
Binary 1110111 1110001 1111010 10 111 0 110100 100011000 100 101110

Color Harmonies of #77717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77717A

Black with #77717A

Text Example


Text Example

White with #77717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77717A; }

 p { color: rgb(119,113,122); }

 H1.HeaderClassName
 {
   color: #77717A;
 }
 .AnyTagClassName
 {
   color: #77717A;
 }
</style>

background-color css

<style>
 a { background-color: #77717A; }

 a { background-color: rgb(119,113,122); }

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

border-color css

<style>
 span { border-color: #77717A; }

 span { border-color: rgb(119,113,122); }

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