Html Css Color HEX #77677F Mamba

📋 copy color: '#77677F'

red 119 ◦ green 103 ◦ blue 127

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

Shades of Mamba #77677F

Tints of Mamba #77677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.51%

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

R = 34.1%
G = 29.51%
B = 36.39%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77677F (or 0x77677F) is known color: Mamba. HEX triplet: 77, 67 and 7F. RGB value is (119,103,127). Sum of RGB (Red+Green+Blue) = 119+103+127=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 127 - color contains mainly: blue. Hex color #77677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77677F is #889880. Grayscale: #6E6E6E. Windows color (decimal): -8951937 or 8349559. OLE color: 8349559.

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

Color convert

RGB 119 103 127 -
CMYK 0.06 0.19 0 0.50
HSL 280º 0.1% 0.45% -
HSV(B) 280º 0.19% 0.5% -
XYZ 16.29 15.15 22.15 -
YUV 110.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 119 103 127 0.06 0.19 0 0.50 280 0.1 0.45
Hex 77 67 7F 6 13 0 32 118 A 2D
Octal 167 147 177 6 23 0 62 430 12 55
Binary 1110111 1100111 1111111 110 10011 0 110010 100011000 1010 101101

Color Harmonies of #77677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77677F

Black with #77677F

Text Example


Text Example

White with #77677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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