Html Css Color HEX #776B7C Mamba

📋 copy color: '#776B7C'

red 119 ◦ green 107 ◦ blue 124

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

Shades of Mamba #776B7C

Tints of Mamba #776B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.57%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 34%
G = 30.57%
B = 35.43%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#776B7C (or 0x776B7C) is known color: Mamba. HEX triplet: 77, 6B and 7C. RGB value is (119,107,124). Sum of RGB (Red+Green+Blue) = 119+107+124=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 124 - color contains mainly: blue. Hex color #776B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B7C is #889483. Grayscale: #707070. Windows color (decimal): -8950916 or 8153975. OLE color: 8153975.

HSL color Cylindrical-coordinate representation of color #776B7C: hue angle of 282.35º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #776B7C is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 107 124 -
CMYK 0.04 0.14 0 0.51
HSL 282.35º 0.07% 0.45% -
HSV(B) 282.35º 0.14% 0.49% -
XYZ 16.5 15.89 21.27 -
YUV 112.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 119 107 124 0.04 0.14 0 0.51 282.35 0.07 0.45
Hex 77 6B 7C 4 E 0 33 11A 7 2D
Octal 167 153 174 4 16 0 63 432 7 55
Binary 1110111 1101011 1111100 100 1110 0 110011 100011010 111 101101

Color Harmonies of #776B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B7C

Black with #776B7C

Text Example


Text Example

White with #776B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776B7C; }

 p { color: rgb(119,107,124); }

 H1.HeaderClassName
 {
   color: #776B7C;
 }
 .AnyTagClassName
 {
   color: #776B7C;
 }
</style>

background-color css

<style>
 a { background-color: #776B7C; }

 a { background-color: rgb(119,107,124); }

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

border-color css

<style>
 span { border-color: #776B7C; }

 span { border-color: rgb(119,107,124); }

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