Html Css Color HEX #77687E Mamba

📋 copy color: '#77687E'

red 119 ◦ green 104 ◦ blue 126

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

Shades of Mamba #77687E

Tints of Mamba #77687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

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

R = 34.1%
G = 29.8%
B = 36.1%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77687E (or 0x77687E) is known color: Mamba. HEX triplet: 77, 68 and 7E. RGB value is (119,104,126). Sum of RGB (Red+Green+Blue) = 119+104+126=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 126 - color contains mainly: blue. Hex color #77687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77687E is #889781. Grayscale: #6E6E6E. Windows color (decimal): -8951682 or 8284279. OLE color: 8284279.

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

Color convert

RGB 119 104 126 -
CMYK 0.06 0.17 0 0.51
HSL 280.91º 0.1% 0.45% -
HSV(B) 280.91º 0.17% 0.49% -
XYZ 16.32 15.33 21.84 -
YUV 110.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 119 104 126 0.06 0.17 0 0.51 280.91 0.1 0.45
Hex 77 68 7E 6 11 0 33 119 A 2D
Octal 167 150 176 6 21 0 63 431 12 55
Binary 1110111 1101000 1111110 110 10001 0 110011 100011001 1010 101101

Color Harmonies of #77687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77687E

Black with #77687E

Text Example


Text Example

White with #77687E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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