#762977

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

Shades of Seance #762977

Tints of Seance #762977

Color information

#762977 (or 0x762977) is unknown color: approx Seance. HEX triplet: 76, 29 and 77. RGB value is (118,41,119). Sum of RGB (Red+Green+Blue) = 118+41+119=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #762977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762977 is #89D688. Grayscale: #484848. Windows color (decimal): -9033353 or 7809398. OLE color: 7809398.

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

Color convert

RGB11841119-
CMYK0.010.6600.53
HSL299.23º48.75%31.37%-
HSV(B)299.23º65.55%46.67%-
XYZ11.596.7718.15-
YUV72.91154.01160.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=42.45%
G=14.75%
B=42.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118411190.010.6600.53299.2348.7531.37
Hex76297714203512b311f
Octal1665116711020654536137
Binary1110110101001111011111000010011010110010101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762977; }

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

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

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

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

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

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

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

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