Html Css Color HEX #776384 Mamba

📋 copy color: '#776384'

red 119 ◦ green 99 ◦ blue 132

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

Shades of Mamba #776384

Tints of Mamba #776384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

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

R = 34%
G = 28.29%
B = 37.71%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#776384 (or 0x776384) is known color: Mamba. HEX triplet: 77, 63 and 84. RGB value is (119,99,132). Sum of RGB (Red+Green+Blue) = 119+99+132=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #776384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776384 is #889C7B. Grayscale: #6C6C6C. Windows color (decimal): -8952956 or 8676215. OLE color: 8676215.

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

Color convert

RGB 119 99 132 -
CMYK 0.10 0.25 0 0.48
HSL 276.36º 0.14% 0.45% -
HSV(B) 276.36º 0.25% 0.52% -
XYZ 16.23 14.51 23.78 -
YUV 108.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 119 99 132 0.10 0.25 0 0.48 276.36 0.14 0.45
Hex 77 63 84 A 19 0 30 114 E 2D
Octal 167 143 204 12 31 0 60 424 16 55
Binary 1110111 1100011 10000100 1010 11001 0 110000 100010100 1110 101101

Color Harmonies of #776384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776384

Black with #776384

Text Example


Text Example

White with #776384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776384; }

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

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

background-color css

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

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

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

border-color css

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

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

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