#762575

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

Shades of Seance #762575

Tints of Seance #762575

Color information

#762575 (or 0x762575) is unknown color: approx Seance. HEX triplet: 76, 25 and 75. RGB value is (118,37,117). Sum of RGB (Red+Green+Blue) = 118+37+117=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #762575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762575 is #89DA8A. Grayscale: #464646. Windows color (decimal): -9034379 or 7677302. OLE color: 7677302.

HSL color Cylindrical-coordinate representation of color #762575: hue angle of 300.74º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762575 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB11837117-
CMYK00.690.010.54
HSL300.74º52.26%30.39%-
HSV(B)300.74º68.64%46.27%-
XYZ11.346.4617.48-
YUV70.34154.34162-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=43.38%
G=13.60%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183711700.690.010.54300.7452.2630.39
Hex76257504513612d341e
Octal1664516501051664556436
Binary1110110100101111010101000101111011010010110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762575; }

 p { color: rgb(118,37,117); }

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

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

 a { background-color: rgb(118,37,117); }

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

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

 span { border-color: rgb(118,37,117); }

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