Html Css Color HEX #714E57 Finn

📋 copy color: '#714E57'

red 113 ◦ green 78 ◦ blue 87

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

Shades of Finn #714E57

Tints of Finn #714E57

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.06%

 BLUE value IS 87 (34.38% from 255) = 31.29%

R = 40.65%
G = 28.06%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#714E57 (or 0x714E57) is known color: Finn. HEX triplet: 71, 4E and 57. RGB value is (113,78,87). Sum of RGB (Red+Green+Blue) = 113+78+87=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #714E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E57 is #8EB1A8. Grayscale: #595959. Windows color (decimal): -9351593 or 5721713. OLE color: 5721713.

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

Color convert

RGB 113 78 87 -
CMYK 0 0.31 0.23 0.56
HSL 344.57º 0.18% 0.37% -
HSV(B) 344.57º 0.31% 0.44% -
XYZ 11.25 9.65 10.29 -
YUV 89.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 113 78 87 0 0.31 0.23 0.56 344.57 0.18 0.37
Hex 71 4E 57 0 1F 17 38 159 12 25
Octal 161 116 127 0 37 27 70 531 22 45
Binary 1110001 1001110 1010111 0 11111 10111 111000 101011001 10010 100101

Color Harmonies of #714E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E57

Black with #714E57

Text Example


Text Example

White with #714E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,78,87); }

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

background-color css

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

 a { background-color: rgb(113,78,87); }

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

border-color css

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

 span { border-color: rgb(113,78,87); }

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