Html Css Color HEX #77707A Mamba

📋 copy color: '#77707A'

red 119 ◦ green 112 ◦ blue 122

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

Shades of Mamba #77707A

Tints of Mamba #77707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

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

R = 33.71%
G = 31.73%
B = 34.56%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77707A (or 0x77707A) is known color: Mamba. HEX triplet: 77, 70 and 7A. RGB value is (119,112,122). Sum of RGB (Red+Green+Blue) = 119+112+122=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 122 - color contains mainly: blue. Hex color #77707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77707A is #888F85. Grayscale: #737373. Windows color (decimal): -8949638 or 8024183. OLE color: 8024183.

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

Color convert

RGB 119 112 122 -
CMYK 0.02 0.08 0 0.52
HSL 282º 0.04% 0.46% -
HSV(B) 282º 0.08% 0.48% -
XYZ 16.91 16.92 20.79 -
YUV 115.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 119 112 122 0.02 0.08 0 0.52 282 0.04 0.46
Hex 77 70 7A 2 8 0 34 11A 4 2E
Octal 167 160 172 2 10 0 64 432 4 56
Binary 1110111 1110000 1111010 10 1000 0 110100 100011010 100 101110

Color Harmonies of #77707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77707A

Black with #77707A

Text Example


Text Example

White with #77707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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