#714757

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

Shades of Finn #714757

Tints of Finn #714757

Color information

#714757 (or 0x714757) is unknown color: approx Finn. HEX triplet: 71, 47 and 57. RGB value is (113,71,87). Sum of RGB (Red+Green+Blue) = 113+71+87=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #714757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714757 is #8EB8A8. Grayscale: #555555. Windows color (decimal): -9353385 or 5719921. OLE color: 5719921.

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

Color convert

RGB1137187-
CMYK00.370.230.56
HSL337.14º22.83%36.08%-
HSV(B)337.14º37.17%44.31%-
XYZ10.788.7110.13-
YUV85.38128.91147.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 87 (34.38% from 255) = 32.10%
R=41.70%
G=26.20%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113718700.370.230.56337.1422.8336.08
Hex71475702517381511724
Octal16110712704527705212744
Binary11100011000111101011101001011011111100010101000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714757; }

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

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

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

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

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

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

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

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