#714B58

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

Shades of Finn #714B58

Tints of Finn #714B58

Color information

#714B58 (or 0x714B58) is unknown color: approx Finn. HEX triplet: 71, 4B and 58. RGB value is (113,75,88). Sum of RGB (Red+Green+Blue) = 113+75+88=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #714B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714B58 is #8EB4A7. Grayscale: #575757. Windows color (decimal): -9352360 or 5786481. OLE color: 5786481.

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

Color convert

RGB1137588-
CMYK00.340.220.56
HSL339.47º20.21%36.86%-
HSV(B)339.47º33.63%44.31%-
XYZ11.099.2510.43-
YUV87.84128.09145.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.94%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=40.94%
G=27.17%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113758800.340.220.56339.4720.2136.86
Hex714B5802216381531425
Octal16111313004226705232445
Binary11100011001011101100001000101011011100010101001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,75,88); }

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

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

 a { background-color: rgb(113,75,88); }

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

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

 span { border-color: rgb(113,75,88); }

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