Html Css Color HEX #704751 Finn

📋 copy color: '#704751'

red 112 ◦ green 71 ◦ blue 81

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

Shades of Finn #704751

Tints of Finn #704751

RGB

 RED value IS 112 (44.14% from 255) = 42.42%

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

 BLUE value IS 81 (32.03% from 255) = 30.68%

R = 42.42%
G = 26.89%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#704751 (or 0x704751) is known color: Finn. HEX triplet: 70, 47 and 51. RGB value is (112,71,81). Sum of RGB (Red+Green+Blue) = 112+71+81=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #704751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704751 is #8FB8AE. Grayscale: #545454. Windows color (decimal): -9418927 or 5326704. OLE color: 5326704.

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

Color convert

RGB 112 71 81 -
CMYK 0 0.37 0.28 0.56
HSL 345.37º 0.22% 0.36% -
HSV(B) 345.37º 0.37% 0.44% -
XYZ 10.42 8.55 8.88 -
YUV 84.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 112 71 81 0 0.37 0.28 0.56 345.37 0.22 0.36
Hex 70 47 51 0 25 1C 38 159 16 24
Octal 160 107 121 0 45 34 70 531 26 44
Binary 1110000 1000111 1010001 0 100101 11100 111000 101011001 10110 100100

Color Harmonies of #704751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704751

Black with #704751

Text Example


Text Example

White with #704751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704751; }

 p { color: rgb(112,71,81); }

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

background-color css

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

 a { background-color: rgb(112,71,81); }

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

border-color css

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

 span { border-color: rgb(112,71,81); }

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