Html Css Color HEX #776084 Mamba

📋 copy color: '#776084'

red 119 ◦ green 96 ◦ blue 132

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

Shades of Mamba #776084

Tints of Mamba #776084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

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

R = 34.29%
G = 27.67%
B = 38.04%

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

#776084 (or 0x776084) is known color: Mamba. HEX triplet: 77, 60 and 84. RGB value is (119,96,132). Sum of RGB (Red+Green+Blue) = 119+96+132=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #776084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776084 is #889F7B. Grayscale: #6A6A6A. Windows color (decimal): -8953724 or 8675447. OLE color: 8675447.

HSL color Cylindrical-coordinate representation of color #776084: hue angle of 278.33º degrees, saturation: 0.16, 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 #776084 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 96 132 -
CMYK 0.10 0.27 0 0.48
HSL 278.33º 0.16% 0.45% -
HSV(B) 278.33º 0.27% 0.52% -
XYZ 15.96 13.95 23.68 -
YUV 106.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 119 96 132 0.10 0.27 0 0.48 278.33 0.16 0.45
Hex 77 60 84 A 1B 0 30 116 10 2D
Octal 167 140 204 12 33 0 60 426 20 55
Binary 1110111 1100000 10000100 1010 11011 0 110000 100010110 10000 101101

Color Harmonies of #776084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776084

Black with #776084

Text Example


Text Example

White with #776084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776084; }

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

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

background-color css

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

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

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

border-color css

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

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

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