#763B5B

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

Shades of Finn #763B5B

Tints of Finn #763B5B

Color information

#763B5B (or 0x763B5B) is unknown color: approx Finn. HEX triplet: 76, 3B and 5B. RGB value is (118,59,91). Sum of RGB (Red+Green+Blue) = 118+59+91=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #763B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B5B is #89C4A4. Grayscale: #505050. Windows color (decimal): -9028773 or 5978998. OLE color: 5978998.

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

Color convert

RGB1185991-
CMYK00.500.230.54
HSL327.46º33.33%34.71%-
HSV(B)327.46º50%46.27%-
XYZ10.927.7310.81-
YUV80.29134.05154.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 59 (23.44% from 255) = 22.01%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=44.03%
G=22.01%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118599100.500.230.54327.4633.3334.71
Hex763B5B03217361472123
Octal1667313306227665074143
Binary11101101110111011011011001010111110110101000111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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