Html Css Color HEX #77707F Mamba

📋 copy color: '#77707F'

red 119 ◦ green 112 ◦ blue 127

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

Shades of Mamba #77707F

Tints of Mamba #77707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.47%

R = 33.24%
G = 31.28%
B = 35.47%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77707F (or 0x77707F) is known color: Mamba. HEX triplet: 77, 70 and 7F. RGB value is (119,112,127). Sum of RGB (Red+Green+Blue) = 119+112+127=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 127 - color contains mainly: blue. Hex color #77707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77707F is #888F80. Grayscale: #737373. Windows color (decimal): -8949633 or 8351863. OLE color: 8351863.

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

Color convert

RGB 119 112 127 -
CMYK 0.06 0.12 0 0.50
HSL 268º 0.06% 0.47% -
HSV(B) 268º 0.12% 0.5% -
XYZ 17.23 17.04 22.46 -
YUV 115.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 119 112 127 0.06 0.12 0 0.50 268 0.06 0.47
Hex 77 70 7F 6 C 0 32 10C 6 2F
Octal 167 160 177 6 14 0 62 414 6 57
Binary 1110111 1110000 1111111 110 1100 0 110010 100001100 110 101111

Color Harmonies of #77707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77707F

Black with #77707F

Text Example


Text Example

White with #77707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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