#724257

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

Shades of Finn #724257

Tints of Finn #724257

Color information

#724257 (or 0x724257) is unknown color: approx Finn. HEX triplet: 72, 42 and 57. RGB value is (114,66,87). Sum of RGB (Red+Green+Blue) = 114+66+87=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #724257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724257 is #8DBDA8. Grayscale: #525252. Windows color (decimal): -9289129 or 5718642. OLE color: 5718642.

HSL color Cylindrical-coordinate representation of color #724257: hue angle of 333.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724257 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1146687-
CMYK00.420.240.55
HSL333.75º26.67%35.29%-
HSV(B)333.75º42.11%44.71%-
XYZ10.618.1610.03-
YUV82.75130.4150.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=42.70%
G=24.72%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114668700.420.240.55333.7526.6735.29
Hex72425702A183714e1b23
Octal16210212705230675163343
Binary11100101000010101011101010101100011011110100111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724257; }

 p { color: rgb(114,66,87); }

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

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

 a { background-color: rgb(114,66,87); }

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

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

 span { border-color: rgb(114,66,87); }

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