Html Css Color HEX #714D58 Finn

📋 copy color: '#714D58'

red 113 ◦ green 77 ◦ blue 88

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

Shades of Finn #714D58

Tints of Finn #714D58

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.7%

 BLUE value IS 88 (34.77% from 255) = 31.65%

R = 40.65%
G = 27.7%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#714D58 (or 0x714D58) is known color: Finn. HEX triplet: 71, 4D and 58. RGB value is (113,77,88). Sum of RGB (Red+Green+Blue) = 113+77+88=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #714D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D58 is #8EB2A7. Grayscale: #595959. Windows color (decimal): -9351848 or 5786993. OLE color: 5786993.

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

Color convert

RGB 113 77 88 -
CMYK 0 0.32 0.22 0.56
HSL 341.67º 0.19% 0.37% -
HSV(B) 341.67º 0.32% 0.44% -
XYZ 11.23 9.52 10.48 -
YUV 89.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 113 77 88 0 0.32 0.22 0.56 341.67 0.19 0.37
Hex 71 4D 58 0 20 16 38 156 13 25
Octal 161 115 130 0 40 26 70 526 23 45
Binary 1110001 1001101 1011000 0 100000 10110 111000 101010110 10011 100101

Color Harmonies of #714D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D58

Black with #714D58

Text Example


Text Example

White with #714D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,77,88); }

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

background-color css

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

 a { background-color: rgb(113,77,88); }

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

border-color css

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

 span { border-color: rgb(113,77,88); }

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