#763B57

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

Shades of Finn #763B57

Tints of Finn #763B57

Color information

#763B57 (or 0x763B57) is unknown color: approx Finn. HEX triplet: 76, 3B and 57. RGB value is (118,59,87). Sum of RGB (Red+Green+Blue) = 118+59+87=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #763B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B57 is #89C4A8. Grayscale: #4F4F4F. Windows color (decimal): -9028777 or 5716854. OLE color: 5716854.

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

Color convert

RGB1185987-
CMYK00.500.260.54
HSL331.53º33.33%34.71%-
HSV(B)331.53º50%46.27%-
XYZ10.767.679.93-
YUV79.83132.05155.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 59 (23.44% from 255) = 22.35%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=44.70%
G=22.35%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118598700.500.260.54331.5333.3334.71
Hex763B570321A3614c2123
Octal1667312706232665144143
Binary11101101110111010111011001011010110110101001100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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