#764057

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

Shades of Finn #764057

Tints of Finn #764057

Color information

#764057 (or 0x764057) is unknown color: approx Finn. HEX triplet: 76, 40 and 57. RGB value is (118,64,87). Sum of RGB (Red+Green+Blue) = 118+64+87=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764057 is #89BFA8. Grayscale: #525252. Windows color (decimal): -9027497 or 5718134. OLE color: 5718134.

HSL color Cylindrical-coordinate representation of color #764057: hue angle of 334.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764057 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1186487-
CMYK00.460.260.54
HSL334.44º29.67%35.69%-
HSV(B)334.44º45.76%46.27%-
XYZ11.028.2110.02-
YUV82.77130.39153.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 87 (34.38% from 255) = 32.34%
R=43.87%
G=23.79%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118648700.460.260.54334.4429.6735.69
Hex76405702E1A3614e1e24
Octal16610012705632665163644
Binary11101101000000101011101011101101011011010100111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764057; }

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

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

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

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

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

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

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

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