#762772

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

Shades of Seance #762772

Tints of Seance #762772

Color information

#762772 (or 0x762772) is unknown color: approx Seance. HEX triplet: 76, 27 and 72. RGB value is (118,39,114). Sum of RGB (Red+Green+Blue) = 118+39+114=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #762772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762772 is #89D88D. Grayscale: #464646. Windows color (decimal): -9033870 or 7481206. OLE color: 7481206.

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

Color convert

RGB11839114-
CMYK00.670.030.54
HSL303.04º50.32%30.78%-
HSV(B)303.04º66.95%46.27%-
XYZ11.236.5216.59-
YUV71.17152.17161.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 39 (15.62% from 255) = 14.39%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=43.54%
G=14.39%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183911400.670.030.54303.0450.3230.78
Hex76277204333612f321f
Octal1664716201033664576237
Binary11101101001111110010010000111111011010010111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762772; }

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

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

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

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

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

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

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

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