#762E6F

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

Shades of Seance #762E6F

Tints of Seance #762E6F

Color information

#762E6F (or 0x762E6F) is unknown color: approx Seance. HEX triplet: 76, 2E and 6F. RGB value is (118,46,111). Sum of RGB (Red+Green+Blue) = 118+46+111=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #762E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E6F is #89D190. Grayscale: #4A4A4A. Windows color (decimal): -9032081 or 7286390. OLE color: 7286390.

HSL color Cylindrical-coordinate representation of color #762E6F: hue angle of 305.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E6F is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11846111-
CMYK00.610.060.54
HSL305.83º43.9%32.16%-
HSV(B)305.83º61.02%46.27%-
XYZ11.326.9515.78-
YUV74.94148.35158.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=42.91%
G=16.73%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184611100.610.060.54305.8343.932.16
Hex762E6F03D6361322c20
Octal166561570756664625440
Binary111011010111011011110111101110110110100110010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762E6F; }

 p { color: rgb(118,46,111); }

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

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

 a { background-color: rgb(118,46,111); }

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

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

 span { border-color: rgb(118,46,111); }

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