#752E6E

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

Shades of Seance #752E6E

Tints of Seance #752E6E

Color information

#752E6E (or 0x752E6E) is unknown color: approx Seance. HEX triplet: 75, 2E and 6E. RGB value is (117,46,110). Sum of RGB (Red+Green+Blue) = 117+46+110=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #752E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E6E is #8AD191. Grayscale: #4A4A4A. Windows color (decimal): -9097618 or 7220853. OLE color: 7220853.

HSL color Cylindrical-coordinate representation of color #752E6E: hue angle of 305.92º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E6E is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11746110-
CMYK00.610.060.54
HSL305.92º43.56%31.96%-
HSV(B)305.92º60.68%45.88%-
XYZ11.136.8615.49-
YUV74.53148.02158.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 46 (18.36% from 255) = 16.85%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=42.86%
G=16.85%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174611000.610.060.54305.9243.5631.96
Hex752E6E03D6361322c20
Octal165561560756664625440
Binary111010110111011011100111101110110110100110010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752E6E; }

 p { color: rgb(117,46,110); }

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

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

 a { background-color: rgb(117,46,110); }

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

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

 span { border-color: rgb(117,46,110); }

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