#762477

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

Shades of Seance #762477

Tints of Seance #762477

Color information

#762477 (or 0x762477) is unknown color: approx Seance. HEX triplet: 76, 24 and 77. RGB value is (118,36,119). Sum of RGB (Red+Green+Blue) = 118+36+119=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #762477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762477 is #89DB88. Grayscale: #454545. Windows color (decimal): -9034633 or 7808118. OLE color: 7808118.

HSL color Cylindrical-coordinate representation of color #762477: hue angle of 299.28º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762477 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11836119-
CMYK0.010.7000.53
HSL299.28º53.55%30.39%-
HSV(B)299.28º69.75%46.67%-
XYZ11.436.4518.09-
YUV69.98155.67162.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=43.22%
G=13.19%
B=43.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118361190.010.7000.53299.2853.5530.39
Hex76247714603512b361e
Octal1664416711060654536636
Binary1110110100100111011111000110011010110010101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762477; }

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

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

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

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

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

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

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

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