Html Css Color HEX #77707E Mamba

📋 copy color: '#77707E'

red 119 ◦ green 112 ◦ blue 126

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

Shades of Mamba #77707E

Tints of Mamba #77707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.29%

R = 33.33%
G = 31.37%
B = 35.29%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77707E (or 0x77707E) is known color: Mamba. HEX triplet: 77, 70 and 7E. RGB value is (119,112,126). Sum of RGB (Red+Green+Blue) = 119+112+126=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 126 - color contains mainly: blue. Hex color #77707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77707E is #888F81. Grayscale: #737373. Windows color (decimal): -8949634 or 8286327. OLE color: 8286327.

HSL color Cylindrical-coordinate representation of color #77707E: hue angle of 270º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #77707E is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 112 126 -
CMYK 0.06 0.11 0 0.51
HSL 270º 0.06% 0.47% -
HSV(B) 270º 0.11% 0.49% -
XYZ 17.17 17.02 22.12 -
YUV 115.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 119 112 126 0.06 0.11 0 0.51 270 0.06 0.47
Hex 77 70 7E 6 B 0 33 10E 6 2F
Octal 167 160 176 6 13 0 63 416 6 57
Binary 1110111 1110000 1111110 110 1011 0 110011 100001110 110 101111

Color Harmonies of #77707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77707E

Black with #77707E

Text Example


Text Example

White with #77707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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