#762878

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

Shades of Seance #762878

Tints of Seance #762878

Color information

#762878 (or 0x762878) is unknown color: approx Seance. HEX triplet: 76, 28 and 78. RGB value is (118,40,120). Sum of RGB (Red+Green+Blue) = 118+40+120=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #762878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762878 is #89D787. Grayscale: #484848. Windows color (decimal): -9033608 or 7874678. OLE color: 7874678.

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

Color convert

RGB11840120-
CMYK0.020.6700.53
HSL298.5º50%31.37%-
HSV(B)298.5º66.67%47.06%-
XYZ11.626.7318.45-
YUV72.44154.84160.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=42.45%
G=14.39%
B=43.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118401200.020.6700.53298.55031.37
Hex76287824303512a321f
Octal1665017021030654526237
Binary11101101010001111000101000011011010110010101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762878; }

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

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

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

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

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

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

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

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