#776682

Color #776682 Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #776682

Tints of Mamba #776682

Color information

#776682 (or 0x776682) is unknown color: approx Mamba. HEX triplet: 77, 66 and 82. RGB value is (119,102,130). Sum of RGB (Red+Green+Blue) = 119+102+130=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #776682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776682 is #88997D. Grayscale: #6E6E6E. Windows color (decimal): -8952190 or 8545911. OLE color: 8545911.

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

Color convert

RGB119102130-
CMYK0.080.2200.49
HSL276.43º12.07%45.49%-
HSV(B)276.43º21.54%50.98%-
XYZ16.3915.0423.16-
YUV110.27139.13134.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.90%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=33.90%
G=29.06%
B=37.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191021300.080.2200.49276.4312.0745.49
Hex776682816031114c2d
Octal16714620210260614241455
Binary111011111001101000001010001011001100011000101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776682; }

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

 H1.HeaderClassName
 {
   color: #776682;
 }
 .AnyTagClassName
 {
   color: #776682;
 }
</style>
background-color css

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

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

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

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

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

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