Html Css Color HEX #714756 Finn

📋 copy color: '#714756'

red 113 ◦ green 71 ◦ blue 86

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

Shades of Finn #714756

Tints of Finn #714756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.85%

R = 41.85%
G = 26.3%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#714756 (or 0x714756) is known color: Finn. HEX triplet: 71, 47 and 56. RGB value is (113,71,86). Sum of RGB (Red+Green+Blue) = 113+71+86=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #714756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714756 is #8EB8A9. Grayscale: #555555. Windows color (decimal): -9353386 or 5654385. OLE color: 5654385.

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

Color convert

RGB 113 71 86 -
CMYK 0 0.37 0.24 0.56
HSL 338.57º 0.23% 0.36% -
HSV(B) 338.57º 0.37% 0.44% -
XYZ 10.74 8.69 9.92 -
YUV 85.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 113 71 86 0 0.37 0.24 0.56 338.57 0.23 0.36
Hex 71 47 56 0 25 18 38 153 17 24
Octal 161 107 126 0 45 30 70 523 27 44
Binary 1110001 1000111 1010110 0 100101 11000 111000 101010011 10111 100100

Color Harmonies of #714756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714756

Black with #714756

Text Example


Text Example

White with #714756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714756; }

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

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

background-color css

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

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

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

border-color css

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

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

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