#764457

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

Shades of Finn #764457

Tints of Finn #764457

Color information

#764457 (or 0x764457) is unknown color: approx Finn. HEX triplet: 76, 44 and 57. RGB value is (118,68,87). Sum of RGB (Red+Green+Blue) = 118+68+87=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764457 is #89BBA8. Grayscale: #555555. Windows color (decimal): -9026473 or 5719158. OLE color: 5719158.

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

Color convert

RGB1186887-
CMYK00.420.260.54
HSL337.2º26.88%36.47%-
HSV(B)337.2º42.37%46.27%-
XYZ11.268.6710.1-
YUV85.12129.06151.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=43.22%
G=24.91%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118688700.420.260.54337.226.8836.47
Hex76445702A1A361511b24
Octal16610412705232665213344
Binary11101101000100101011101010101101011011010101000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764457; }

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

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

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

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

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

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

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

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