#770776

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

Shades of Purple #770776

Tints of Purple #770776

Color information

#770776 (or 0x770776) is unknown color: approx Purple. HEX triplet: 77, 07 and 76. RGB value is (119,7,118). Sum of RGB (Red+Green+Blue) = 119+7+118=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #770776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770776 is #88F889. Grayscale: #343434. Windows color (decimal): -8976522 or 7735159. OLE color: 7735159.

HSL color Cylindrical-coordinate representation of color #770776: hue angle of 300.54º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770776 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB1197118-
CMYK00.940.010.53
HSL300.54º88.89%24.71%-
HSV(B)300.54º94.12%46.67%-
XYZ10.955.3817.6-
YUV53.14164.61174.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 7 (3.12% from 255) = 2.87%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=48.77%
G=2.87%
B=48.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119711800.940.010.53300.5488.8924.71
Hex7777605E13512d5919
Octal1677166013616545513131
Binary11101111111110110010111101110101100101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770776; }

 p { color: rgb(119,7,118); }

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

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

 a { background-color: rgb(119,7,118); }

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

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

 span { border-color: rgb(119,7,118); }

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