#752874

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

Shades of Seance #752874

Tints of Seance #752874

Color information

#752874 (or 0x752874) is unknown color: approx Seance. HEX triplet: 75, 28 and 74. RGB value is (117,40,116). Sum of RGB (Red+Green+Blue) = 117+40+116=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #752874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752874 is #8AD78B. Grayscale: #474747. Windows color (decimal): -9099148 or 7612533. OLE color: 7612533.

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

Color convert

RGB11740116-
CMYK00.660.010.54
HSL300.78º49.04%30.78%-
HSV(B)300.78º65.81%45.88%-
XYZ11.256.5617.2-
YUV71.69153.01160.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=42.86%
G=14.65%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174011600.660.010.54300.7849.0430.78
Hex75287404213612d311f
Octal1655016401021664556137
Binary1110101101000111010001000010111011010010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752874; }

 p { color: rgb(117,40,116); }

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

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

 a { background-color: rgb(117,40,116); }

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

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

 span { border-color: rgb(117,40,116); }

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