Html Css Color HEX #776484 Mamba

📋 copy color: '#776484'

red 119 ◦ green 100 ◦ blue 132

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

Shades of Mamba #776484

Tints of Mamba #776484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.49%

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

R = 33.9%
G = 28.49%
B = 37.61%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#776484 (or 0x776484) is known color: Mamba. HEX triplet: 77, 64 and 84. RGB value is (119,100,132). Sum of RGB (Red+Green+Blue) = 119+100+132=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #776484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776484 is #889B7B. Grayscale: #6D6D6D. Windows color (decimal): -8952700 or 8676471. OLE color: 8676471.

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

Color convert

RGB 119 100 132 -
CMYK 0.10 0.24 0 0.48
HSL 275.63º 0.14% 0.45% -
HSV(B) 275.63º 0.24% 0.52% -
XYZ 16.33 14.7 23.81 -
YUV 109.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 119 100 132 0.10 0.24 0 0.48 275.63 0.14 0.45
Hex 77 64 84 A 18 0 30 114 E 2D
Octal 167 144 204 12 30 0 60 424 16 55
Binary 1110111 1100100 10000100 1010 11000 0 110000 100010100 1110 101101

Color Harmonies of #776484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776484

Black with #776484

Text Example


Text Example

White with #776484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776484; }

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

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

background-color css

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

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

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

border-color css

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

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

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