#762B75

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

Shades of Seance #762B75

Tints of Seance #762B75

Color information

#762B75 (or 0x762B75) is unknown color: approx Seance. HEX triplet: 76, 2B and 75. RGB value is (118,43,117). Sum of RGB (Red+Green+Blue) = 118+43+117=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #762B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762B75 is #89D48A. Grayscale: #494949. Windows color (decimal): -9032843 or 7678838. OLE color: 7678838.

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

Color convert

RGB11843117-
CMYK00.640.010.54
HSL300.8º46.58%31.57%-
HSV(B)300.8º63.56%46.27%-
XYZ11.556.8617.55-
YUV73.86152.35159.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 43 (17.19% from 255) = 15.47%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=42.45%
G=15.47%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184311700.640.010.54300.846.5831.57
Hex762B7504013612d2f20
Octal1665316501001664555740
Binary11101101010111110101010000001110110100101101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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