#714755

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

Shades of Finn #714755

Tints of Finn #714755

Color information

#714755 (or 0x714755) is unknown color: approx Finn. HEX triplet: 71, 47 and 55. RGB value is (113,71,85). Sum of RGB (Red+Green+Blue) = 113+71+85=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #714755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714755 is #8EB8AA. Grayscale: #555555. Windows color (decimal): -9353387 or 5588849. OLE color: 5588849.

HSL color Cylindrical-coordinate representation of color #714755: hue angle of 340º 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 #714755 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB1137185-
CMYK00.370.250.56
HSL340º22.83%36.08%-
HSV(B)340º37.17%44.31%-
XYZ10.78.679.7-
YUV85.15127.91147.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=42.01%
G=26.39%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113718500.370.250.5634022.8336.08
Hex71475502519381541724
Octal16110712504531705242744
Binary11100011000111101010101001011100111100010101010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714755; }

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

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

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

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

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

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

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

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