#752776

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

Shades of Seance #752776

Tints of Seance #752776

Color information

#752776 (or 0x752776) is unknown color: approx Seance. HEX triplet: 75, 27 and 76. RGB value is (117,39,118). Sum of RGB (Red+Green+Blue) = 117+39+118=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #752776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752776 is #8AD889. Grayscale: #474747. Windows color (decimal): -9099402 or 7743349. OLE color: 7743349.

HSL color Cylindrical-coordinate representation of color #752776: hue angle of 299.24º 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 #752776 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11739118-
CMYK0.010.6700.54
HSL299.24º50.32%30.78%-
HSV(B)299.24º66.95%46.27%-
XYZ11.336.5417.8-
YUV71.33154.34160.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=42.70%
G=14.23%
B=43.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117391180.010.6700.54299.2450.3230.78
Hex75277614303612b321f
Octal1654716611030664536237
Binary1110101100111111011011000011011011010010101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752776; }

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

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

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

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

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

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

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

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