Html Css Color HEX #776784 Mamba

📋 copy color: '#776784'

red 119 ◦ green 103 ◦ blue 132

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

Shades of Mamba #776784

Tints of Mamba #776784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.1%

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 33.62%
G = 29.1%
B = 37.29%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#776784 (or 0x776784) is known color: Mamba. HEX triplet: 77, 67 and 84. RGB value is (119,103,132). Sum of RGB (Red+Green+Blue) = 119+103+132=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #776784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776784 is #88987B. Grayscale: #6E6E6E. Windows color (decimal): -8951932 or 8677239. OLE color: 8677239.

HSL color Cylindrical-coordinate representation of color #776784: hue angle of 273.1º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #776784 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 103 132 -
CMYK 0.10 0.22 0 0.48
HSL 273.1º 0.12% 0.46% -
HSV(B) 273.1º 0.22% 0.52% -
XYZ 16.62 15.29 23.9 -
YUV 111.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 119 103 132 0.10 0.22 0 0.48 273.1 0.12 0.46
Hex 77 67 84 A 16 0 30 111 C 2E
Octal 167 147 204 12 26 0 60 421 14 56
Binary 1110111 1100111 10000100 1010 10110 0 110000 100010001 1100 101110

Color Harmonies of #776784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776784

Black with #776784

Text Example


Text Example

White with #776784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776784; }

 p { color: rgb(119,103,132); }

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

background-color css

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

 a { background-color: rgb(119,103,132); }

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

border-color css

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

 span { border-color: rgb(119,103,132); }

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