Html Css Color HEX #714750 Finn

📋 copy color: '#714750'

red 113 ◦ green 71 ◦ blue 80

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

Shades of Finn #714750

Tints of Finn #714750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 42.8%
G = 26.89%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#714750 (or 0x714750) is known color: Finn. HEX triplet: 71, 47 and 50. RGB value is (113,71,80). Sum of RGB (Red+Green+Blue) = 113+71+80=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #714750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714750 is #8EB8AF. Grayscale: #545454. Windows color (decimal): -9353392 or 5261169. OLE color: 5261169.

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

Color convert

RGB 113 71 80 -
CMYK 0 0.37 0.29 0.56
HSL 347.14º 0.23% 0.36% -
HSV(B) 347.14º 0.37% 0.44% -
XYZ 10.51 8.6 8.69 -
YUV 84.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 113 71 80 0 0.37 0.29 0.56 347.14 0.23 0.36
Hex 71 47 50 0 25 1D 38 15B 17 24
Octal 161 107 120 0 45 35 70 533 27 44
Binary 1110001 1000111 1010000 0 100101 11101 111000 101011011 10111 100100

Color Harmonies of #714750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714750

Black with #714750

Text Example


Text Example

White with #714750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714750; }

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

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

background-color css

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

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

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

border-color css

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

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

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