#752674

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

Shades of Seance #752674

Tints of Seance #752674

Color information

#752674 (or 0x752674) is unknown color: approx Seance. HEX triplet: 75, 26 and 74. RGB value is (117,38,116). Sum of RGB (Red+Green+Blue) = 117+38+116=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #752674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752674 is #8AD98B. Grayscale: #464646. Windows color (decimal): -9099660 or 7612021. OLE color: 7612021.

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

Color convert

RGB11738116-
CMYK00.680.010.54
HSL300.76º50.97%30.39%-
HSV(B)300.76º67.52%45.88%-
XYZ11.186.4317.17-
YUV70.51153.67161.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 116 (45.70% from 255) = 42.80%
R=43.17%
G=14.02%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173811600.680.010.54300.7650.9730.39
Hex75267404413612d331e
Octal1654616401041664556336
Binary1110101100110111010001000100111011010010110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752674; }

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

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

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

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

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

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

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

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