Html Css Color HEX #776A7E Mamba

📋 copy color: '#776A7E'

red 119 ◦ green 106 ◦ blue 126

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

Shades of Mamba #776A7E

Tints of Mamba #776A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

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

R = 33.9%
G = 30.2%
B = 35.9%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#776A7E (or 0x776A7E) is known color: Mamba. HEX triplet: 77, 6A and 7E. RGB value is (119,106,126). Sum of RGB (Red+Green+Blue) = 119+106+126=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 126 - color contains mainly: blue. Hex color #776A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A7E is #889581. Grayscale: #707070. Windows color (decimal): -8951170 or 8284791. OLE color: 8284791.

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

Color convert

RGB 119 106 126 -
CMYK 0.06 0.16 0 0.51
HSL 279º 0.09% 0.45% -
HSV(B) 279º 0.16% 0.49% -
XYZ 16.53 15.74 21.9 -
YUV 112.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 119 106 126 0.06 0.16 0 0.51 279 0.09 0.45
Hex 77 6A 7E 6 10 0 33 117 9 2D
Octal 167 152 176 6 20 0 63 427 11 55
Binary 1110111 1101010 1111110 110 10000 0 110011 100010111 1001 101101

Color Harmonies of #776A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A7E

Black with #776A7E

Text Example


Text Example

White with #776A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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