#762775

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

Shades of Seance #762775

Tints of Seance #762775

Color information

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

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

Color convert

RGB11839117-
CMYK00.670.010.54
HSL300.76º50.32%30.78%-
HSV(B)300.76º66.95%46.27%-
XYZ11.416.5917.5-
YUV71.51153.67161.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183911700.670.010.54300.7650.3230.78
Hex76277504313612d321f
Octal1664716501031664556237
Binary1110110100111111010101000011111011010010110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762775; }

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

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

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

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

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

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

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

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