#763C56

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

Shades of Finn #763C56

Tints of Finn #763C56

Color information

#763C56 (or 0x763C56) is unknown color: approx Finn. HEX triplet: 76, 3C and 56. RGB value is (118,60,86). Sum of RGB (Red+Green+Blue) = 118+60+86=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #763C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C56 is #89C3A9. Grayscale: #505050. Windows color (decimal): -9028522 or 5651574. OLE color: 5651574.

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

Color convert

RGB1186086-
CMYK00.490.270.54
HSL333.1º32.58%34.9%-
HSV(B)333.1º49.15%46.27%-
XYZ10.777.769.73-
YUV80.31131.22154.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=44.70%
G=22.73%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118608600.490.270.54333.132.5834.9
Hex763C560311B3614d2123
Octal1667412606133665154143
Binary11101101111001010110011000111011110110101001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,60,86); }

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

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

 a { background-color: rgb(118,60,86); }

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

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

 span { border-color: rgb(118,60,86); }

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