#762777

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

Shades of Seance #762777

Tints of Seance #762777

Color information

#762777 (or 0x762777) is unknown color: approx Seance. HEX triplet: 76, 27 and 77. RGB value is (118,39,119). Sum of RGB (Red+Green+Blue) = 118+39+119=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #762777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762777 is #89D888. Grayscale: #474747. Windows color (decimal): -9033865 or 7808886. OLE color: 7808886.

HSL color Cylindrical-coordinate representation of color #762777: hue angle of 299.25º 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 #762777 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11839119-
CMYK0.010.6700.53
HSL299.25º50.63%30.98%-
HSV(B)299.25º67.23%46.67%-
XYZ11.536.6318.13-
YUV71.74154.67161-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=42.75%
G=14.13%
B=43.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118391190.010.6700.53299.2550.6330.98
Hex76277714303512b331f
Octal1664716711030654536337
Binary1110110100111111011111000011011010110010101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762777; }

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

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

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

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

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

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

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

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