Html Css Color HEX #776184 Mamba

📋 copy color: '#776184'

red 119 ◦ green 97 ◦ blue 132

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

Shades of Mamba #776184

Tints of Mamba #776184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 34.2%
G = 27.87%
B = 37.93%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#776184 (or 0x776184) is known color: Mamba. HEX triplet: 77, 61 and 84. RGB value is (119,97,132). Sum of RGB (Red+Green+Blue) = 119+97+132=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #776184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776184 is #889E7B. Grayscale: #6B6B6B. Windows color (decimal): -8953468 or 8675703. OLE color: 8675703.

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

Color convert

RGB 119 97 132 -
CMYK 0.10 0.27 0 0.48
HSL 277.71º 0.15% 0.45% -
HSV(B) 277.71º 0.27% 0.52% -
XYZ 16.05 14.14 23.71 -
YUV 107.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 119 97 132 0.10 0.27 0 0.48 277.71 0.15 0.45
Hex 77 61 84 A 1B 0 30 116 F 2D
Octal 167 141 204 12 33 0 60 426 17 55
Binary 1110111 1100001 10000100 1010 11011 0 110000 100010110 1111 101101

Color Harmonies of #776184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776184

Black with #776184

Text Example


Text Example

White with #776184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776184; }

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

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

background-color css

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

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

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

border-color css

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

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

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