Html Css Color HEX #714755 Finn

📋 copy color: '#714755'

red 113 ◦ green 71 ◦ blue 85

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

Shades of Finn #714755

Tints of Finn #714755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 42.01%
G = 26.39%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#714755 (or 0x714755) is known color: 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

RGB 113 71 85 -
CMYK 0 0.37 0.25 0.56
HSL 340º 0.23% 0.36% -
HSV(B) 340º 0.37% 0.44% -
XYZ 10.7 8.67 9.7 -
YUV 85.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 113 71 85 0 0.37 0.25 0.56 340 0.23 0.36
Hex 71 47 55 0 25 19 38 154 17 24
Octal 161 107 125 0 45 31 70 524 27 44
Binary 1110001 1000111 1010101 0 100101 11001 111000 101010100 10111 100100

Color Harmonies of #714755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714755

Black with #714755

Text Example


Text Example

White with #714755

Text Example


Text Example

HTML Codes & Css Web 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>