Html Css Color HEX #714759 Finn

📋 copy color: '#714759'

red 113 ◦ green 71 ◦ blue 89

#714759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #714759

Tints of Finn #714759

RGB

 RED value IS 113 (44.53% from 255) = 41.39%

 GREEN value IS 71 (28.13% from 255) = 26.01%

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 41.39%
G = 26.01%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#714759 (or 0x714759) is known color: Finn. HEX triplet: 71, 47 and 59. RGB value is (113,71,89). Sum of RGB (Red+Green+Blue) = 113+71+89=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #714759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714759 is #8EB8A6. Grayscale: #555555. Windows color (decimal): -9353383 or 5850993. OLE color: 5850993.

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

Color convert

RGB 113 71 89 -
CMYK 0 0.37 0.21 0.56
HSL 334.29º 0.23% 0.36% -
HSV(B) 334.29º 0.37% 0.44% -
XYZ 10.87 8.74 10.57 -
YUV 85.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 113 71 89 0 0.37 0.21 0.56 334.29 0.23 0.36
Hex 71 47 59 0 25 15 38 14E 17 24
Octal 161 107 131 0 45 25 70 516 27 44
Binary 1110001 1000111 1011001 0 100101 10101 111000 101001110 10111 100100

Color Harmonies of #714759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714759

Black with #714759

Text Example


Text Example

White with #714759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714759; }

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

 H1.HeaderClassName
 {
   color: #714759;
 }
 .AnyTagClassName
 {
   color: #714759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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