#752376

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

Shades of Seance #752376

Tints of Seance #752376

Color information

#752376 (or 0x752376) is unknown color: approx Seance. HEX triplet: 75, 23 and 76. RGB value is (117,35,118). Sum of RGB (Red+Green+Blue) = 117+35+118=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #752376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752376 is #8ADC89. Grayscale: #444444. Windows color (decimal): -9100426 or 7742325. OLE color: 7742325.

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

Color convert

RGB11735118-
CMYK0.010.7000.54
HSL299.28º54.25%30%-
HSV(B)299.28º70.34%46.27%-
XYZ11.216.2917.76-
YUV68.98155.67162.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 35 (14.06% from 255) = 12.96%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=43.33%
G=12.96%
B=43.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117351180.010.7000.54299.2854.2530
Hex75237614603612b361e
Octal1654316611060664536636
Binary1110101100011111011011000110011011010010101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752376; }

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

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

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

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

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

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

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

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