#714D58

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

Shades of Finn #714D58

Tints of Finn #714D58

Color information

#714D58 (or 0x714D58) is unknown color: approx Finn. HEX triplet: 71, 4D and 58. RGB value is (113,77,88). Sum of RGB (Red+Green+Blue) = 113+77+88=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #714D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D58 is #8EB2A7. Grayscale: #595959. Windows color (decimal): -9351848 or 5786993. OLE color: 5786993.

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

Color convert

RGB1137788-
CMYK00.320.220.56
HSL341.67º18.95%37.25%-
HSV(B)341.67º31.86%44.31%-
XYZ11.239.5210.48-
YUV89.02127.43145.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=40.65%
G=27.70%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113778800.320.220.56341.6718.9537.25
Hex714D5802016381561325
Octal16111513004026705262345
Binary11100011001101101100001000001011011100010101011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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