#763A5B

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

Shades of Finn #763A5B

Tints of Finn #763A5B

Color information

#763A5B (or 0x763A5B) is unknown color: approx Finn. HEX triplet: 76, 3A and 5B. RGB value is (118,58,91). Sum of RGB (Red+Green+Blue) = 118+58+91=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #763A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A5B is #89C5A4. Grayscale: #4F4F4F. Windows color (decimal): -9029029 or 5978742. OLE color: 5978742.

HSL color Cylindrical-coordinate representation of color #763A5B: hue angle of 327º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A5B is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1185891-
CMYK00.510.230.54
HSL327º34.09%34.51%-
HSV(B)327º50.85%46.27%-
XYZ10.877.6310.8-
YUV79.7134.38155.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=44.19%
G=21.72%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118589100.510.230.5432734.0934.51
Hex763A5B03317361472223
Octal1667213306327665074243
Binary11101101110101011011011001110111110110101000111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763A5B; }

 p { color: rgb(118,58,91); }

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

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

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

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

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

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

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