Html Css Color HEX #776C7C Mamba

📋 copy color: '#776C7C'

red 119 ◦ green 108 ◦ blue 124

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

Shades of Mamba #776C7C

Tints of Mamba #776C7C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

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

R = 33.9%
G = 30.77%
B = 35.33%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#776C7C (or 0x776C7C) is known color: Mamba. HEX triplet: 77, 6C and 7C. RGB value is (119,108,124). Sum of RGB (Red+Green+Blue) = 119+108+124=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 124 - color contains mainly: blue. Hex color #776C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C7C is #889383. Grayscale: #717171. Windows color (decimal): -8950660 or 8154231. OLE color: 8154231.

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

Color convert

RGB 119 108 124 -
CMYK 0.04 0.13 0 0.51
HSL 281.25º 0.07% 0.45% -
HSV(B) 281.25º 0.13% 0.49% -
XYZ 16.61 16.1 21.3 -
YUV 113.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 119 108 124 0.04 0.13 0 0.51 281.25 0.07 0.45
Hex 77 6C 7C 4 D 0 33 119 7 2D
Octal 167 154 174 4 15 0 63 431 7 55
Binary 1110111 1101100 1111100 100 1101 0 110011 100011001 111 101101

Color Harmonies of #776C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C7C

Black with #776C7C

Text Example


Text Example

White with #776C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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