Html Css Color HEX #714C55 Finn

📋 copy color: '#714C55'

red 113 ◦ green 76 ◦ blue 85

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

Shades of Finn #714C55

Tints of Finn #714C55

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.74%

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

R = 41.24%
G = 27.74%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#714C55 (or 0x714C55) is known color: Finn. HEX triplet: 71, 4C and 55. RGB value is (113,76,85). Sum of RGB (Red+Green+Blue) = 113+76+85=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #714C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714C55 is #8EB3AA. Grayscale: #585858. Windows color (decimal): -9352107 or 5590129. OLE color: 5590129.

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

Color convert

RGB 113 76 85 -
CMYK 0 0.33 0.25 0.56
HSL 345.41º 0.2% 0.37% -
HSV(B) 345.41º 0.33% 0.44% -
XYZ 11.03 9.34 9.81 -
YUV 88.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 113 76 85 0 0.33 0.25 0.56 345.41 0.2 0.37
Hex 71 4C 55 0 21 19 38 159 14 25
Octal 161 114 125 0 41 31 70 531 24 45
Binary 1110001 1001100 1010101 0 100001 11001 111000 101011001 10100 100101

Color Harmonies of #714C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C55

Black with #714C55

Text Example


Text Example

White with #714C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,76,85); }

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

background-color css

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

 a { background-color: rgb(113,76,85); }

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

border-color css

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

 span { border-color: rgb(113,76,85); }

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