#752770

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

Shades of Seance #752770

Tints of Seance #752770

Color information

#752770 (or 0x752770) is unknown color: approx Seance. HEX triplet: 75, 27 and 70. RGB value is (117,39,112). Sum of RGB (Red+Green+Blue) = 117+39+112=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #752770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752770 is #8AD88F. Grayscale: #464646. Windows color (decimal): -9099408 or 7350133. OLE color: 7350133.

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

Color convert

RGB11739112-
CMYK00.670.040.54
HSL303.85º50%30.59%-
HSV(B)303.85º66.67%45.88%-
XYZ10.996.415.99-
YUV70.64151.34161.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 39 (15.62% from 255) = 14.55%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=43.66%
G=14.55%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173911200.670.040.54303.855030.59
Hex752770043436130321f
Octal1654716001034664606237
Binary111010110011111100000100001110011011010011000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752770; }

 p { color: rgb(117,39,112); }

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

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

 a { background-color: rgb(117,39,112); }

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

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

 span { border-color: rgb(117,39,112); }

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