Html Css Color HEX #714650 Finn

📋 copy color: '#714650'

red 113 ◦ green 70 ◦ blue 80

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

Shades of Finn #714650

Tints of Finn #714650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 42.97%
G = 26.62%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#714650 (or 0x714650) is known color: Finn. HEX triplet: 71, 46 and 50. RGB value is (113,70,80). Sum of RGB (Red+Green+Blue) = 113+70+80=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #714650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714650 is #8EB9AF. Grayscale: #535353. Windows color (decimal): -9353648 or 5260913. OLE color: 5260913.

HSL color Cylindrical-coordinate representation of color #714650: hue angle of 346.05º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #714650 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 70 80 -
CMYK 0 0.38 0.29 0.56
HSL 346.05º 0.23% 0.36% -
HSV(B) 346.05º 0.38% 0.44% -
XYZ 10.45 8.47 8.67 -
YUV 84 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 113 70 80 0 0.38 0.29 0.56 346.05 0.23 0.36
Hex 71 46 50 0 26 1D 38 15A 17 24
Octal 161 106 120 0 46 35 70 532 27 44
Binary 1110001 1000110 1010000 0 100110 11101 111000 101011010 10111 100100

Color Harmonies of #714650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714650

Black with #714650

Text Example


Text Example

White with #714650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714650; }

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

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

background-color css

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

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

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

border-color css

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

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

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