#762B76

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

Shades of Seance #762B76

Tints of Seance #762B76

Color information

#762B76 (or 0x762B76) is unknown color: approx Seance. HEX triplet: 76, 2B and 76. RGB value is (118,43,118). Sum of RGB (Red+Green+Blue) = 118+43+118=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #762B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B76 is #89D489. Grayscale: #494949. Windows color (decimal): -9032842 or 7744374. OLE color: 7744374.

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

Color convert

RGB11843118-
CMYK00.6400.54
HSL300º46.58%31.57%-
HSV(B)300º63.56%46.27%-
XYZ11.616.8917.86-
YUV73.97152.85159.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=42.29%
G=15.41%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184311800.6400.5430046.5831.57
Hex762B7604003612c2f20
Octal1665316601000664545740
Binary11101101010111110110010000000110110100101100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,43,118); }

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

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

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

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

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

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

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