Html Css Color HEX #776681 Mamba

📋 copy color: '#776681'

red 119 ◦ green 102 ◦ blue 129

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

Shades of Mamba #776681

Tints of Mamba #776681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

 BLUE value IS 129 (50.78% from 255) = 36.86%

R = 34%
G = 29.14%
B = 36.86%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#776681 (or 0x776681) is known color: Mamba. HEX triplet: 77, 66 and 81. RGB value is (119,102,129). Sum of RGB (Red+Green+Blue) = 119+102+129=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 129 - color contains mainly: blue. Hex color #776681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776681 is #88997E. Grayscale: #6E6E6E. Windows color (decimal): -8952191 or 8480375. OLE color: 8480375.

HSL color Cylindrical-coordinate representation of color #776681: hue angle of 277.78º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #776681 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 102 129 -
CMYK 0.08 0.21 0 0.49
HSL 277.78º 0.12% 0.45% -
HSV(B) 277.78º 0.21% 0.51% -
XYZ 16.32 15.01 22.81 -
YUV 110.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 119 102 129 0.08 0.21 0 0.49 277.78 0.12 0.45
Hex 77 66 81 8 15 0 31 116 C 2D
Octal 167 146 201 10 25 0 61 426 14 55
Binary 1110111 1100110 10000001 1000 10101 0 110001 100010110 1100 101101

Color Harmonies of #776681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776681

Black with #776681

Text Example


Text Example

White with #776681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776681; }

 p { color: rgb(119,102,129); }

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

background-color css

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

 a { background-color: rgb(119,102,129); }

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

border-color css

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

 span { border-color: rgb(119,102,129); }

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