#772777

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

Shades of Seance #772777

Tints of Seance #772777

Color information

#772777 (or 0x772777) is unknown color: approx Seance. HEX triplet: 77, 27 and 77. RGB value is (119,39,119). Sum of RGB (Red+Green+Blue) = 119+39+119=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #772777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772777 is #88D888. Grayscale: #474747. Windows color (decimal): -8968329 or 7808887. OLE color: 7808887.

HSL color Cylindrical-coordinate representation of color #772777: hue angle of 300º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #772777 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11939119-
CMYK00.6700.53
HSL300º50.63%30.98%-
HSV(B)300º67.23%46.67%-
XYZ11.666.718.13-
YUV72.04154.5161.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=42.96%
G=14.08%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193911900.6700.5330050.6330.98
Hex77277704303512c331f
Octal1674716701030654546337
Binary1110111100111111011101000011011010110010110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772777; }

 p { color: rgb(119,39,119); }

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

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

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

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

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

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

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