#714E57

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

Shades of Finn #714E57

Tints of Finn #714E57

Color information

#714E57 (or 0x714E57) is unknown color: approx Finn. HEX triplet: 71, 4E and 57. RGB value is (113,78,87). Sum of RGB (Red+Green+Blue) = 113+78+87=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #714E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E57 is #8EB1A8. Grayscale: #595959. Windows color (decimal): -9351593 or 5721713. OLE color: 5721713.

HSL color Cylindrical-coordinate representation of color #714E57: hue angle of 344.57º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #714E57 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1137887-
CMYK00.310.230.56
HSL344.57º18.32%37.45%-
HSV(B)344.57º30.97%44.31%-
XYZ11.259.6510.29-
YUV89.49126.6144.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 78 (30.86% from 255) = 28.06%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=40.65%
G=28.06%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113788700.310.230.56344.5718.3237.45
Hex714E5701F17381591225
Octal16111612703727705312245
Binary1110001100111010101110111111011111100010101100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714E57; }

 p { color: rgb(113,78,87); }

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

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

 a { background-color: rgb(113,78,87); }

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

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

 span { border-color: rgb(113,78,87); }

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