#772876

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

Shades of Seance #772876

Tints of Seance #772876

Color information

#772876 (or 0x772876) is unknown color: approx Seance. HEX triplet: 77, 28 and 76. RGB value is (119,40,118). Sum of RGB (Red+Green+Blue) = 119+40+118=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #772876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772876 is #88D789. Grayscale: #484848. Windows color (decimal): -8968074 or 7743607. OLE color: 7743607.

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

Color convert

RGB11940118-
CMYK00.660.010.53
HSL300.76º49.69%31.18%-
HSV(B)300.76º66.39%46.67%-
XYZ11.646.7517.83-
YUV72.51153.67161.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=42.96%
G=14.44%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1194011800.660.010.53300.7649.6931.18
Hex77287604213512d321f
Octal1675016601021654556237
Binary1110111101000111011001000010111010110010110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772876; }

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

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

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

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

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

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

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

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