#763A5A

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

Shades of Finn #763A5A

Tints of Finn #763A5A

Color information

#763A5A (or 0x763A5A) is unknown color: approx Finn. HEX triplet: 76, 3A and 5A. RGB value is (118,58,90). Sum of RGB (Red+Green+Blue) = 118+58+90=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #763A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A5A is #89C5A5. Grayscale: #4F4F4F. Windows color (decimal): -9029030 or 5913206. OLE color: 5913206.

HSL color Cylindrical-coordinate representation of color #763A5A: hue angle of 328º 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 #763A5A is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1185890-
CMYK00.510.240.54
HSL328º34.09%34.51%-
HSV(B)328º50.85%46.27%-
XYZ10.837.6210.57-
YUV79.59133.88155.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=44.36%
G=21.80%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118589000.510.240.5432834.0934.51
Hex763A5A03318361482223
Octal1667213206330665104243
Binary11101101110101011010011001111000110110101001000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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