Html Css Color HEX #77697F Mamba

📋 copy color: '#77697F'

red 119 ◦ green 105 ◦ blue 127

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

Shades of Mamba #77697F

Tints of Mamba #77697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.91%

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

R = 33.9%
G = 29.91%
B = 36.18%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#77697F (or 0x77697F) is known color: Mamba. HEX triplet: 77, 69 and 7F. RGB value is (119,105,127). Sum of RGB (Red+Green+Blue) = 119+105+127=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 127 - color contains mainly: blue. Hex color #77697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77697F is #889680. Grayscale: #6F6F6F. Windows color (decimal): -8951425 or 8350071. OLE color: 8350071.

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

Color convert

RGB 119 105 127 -
CMYK 0.06 0.17 0 0.50
HSL 278.18º 0.09% 0.45% -
HSV(B) 278.18º 0.17% 0.5% -
XYZ 16.49 15.56 22.21 -
YUV 111.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 119 105 127 0.06 0.17 0 0.50 278.18 0.09 0.45
Hex 77 69 7F 6 11 0 32 116 9 2D
Octal 167 151 177 6 21 0 62 426 11 55
Binary 1110111 1101001 1111111 110 10001 0 110010 100010110 1001 101101

Color Harmonies of #77697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77697F

Black with #77697F

Text Example


Text Example

White with #77697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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