#763B5A

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

Shades of Finn #763B5A

Tints of Finn #763B5A

Color information

#763B5A (or 0x763B5A) is unknown color: approx Finn. HEX triplet: 76, 3B and 5A. RGB value is (118,59,90). Sum of RGB (Red+Green+Blue) = 118+59+90=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #763B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B5A is #89C4A5. Grayscale: #505050. Windows color (decimal): -9028774 or 5913462. OLE color: 5913462.

HSL color Cylindrical-coordinate representation of color #763B5A: hue angle of 328.47º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B5A is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1185990-
CMYK00.500.240.54
HSL328.47º33.33%34.71%-
HSV(B)328.47º50%46.27%-
XYZ10.887.7210.59-
YUV80.18133.55154.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 59 (23.44% from 255) = 22.10%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=44.19%
G=22.10%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118599000.500.240.54328.4733.3334.71
Hex763B5A03218361482123
Octal1667313206230665104143
Binary11101101110111011010011001011000110110101001000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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