Html Css Color HEX #704957 Finn

📋 copy color: '#704957'

red 112 ◦ green 73 ◦ blue 87

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

Shades of Finn #704957

Tints of Finn #704957

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

 BLUE value IS 87 (34.38% from 255) = 31.99%

R = 41.18%
G = 26.84%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#704957 (or 0x704957) is known color: Finn. HEX triplet: 70, 49 and 57. RGB value is (112,73,87). Sum of RGB (Red+Green+Blue) = 112+73+87=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #704957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704957 is #8FB6A8. Grayscale: #565656. Windows color (decimal): -9418409 or 5720432. OLE color: 5720432.

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

Color convert

RGB 112 73 87 -
CMYK 0 0.35 0.22 0.56
HSL 338.46º 0.21% 0.36% -
HSV(B) 338.46º 0.35% 0.44% -
XYZ 10.78 8.9 10.17 -
YUV 86.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 112 73 87 0 0.35 0.22 0.56 338.46 0.21 0.36
Hex 70 49 57 0 23 16 38 152 15 24
Octal 160 111 127 0 43 26 70 522 25 44
Binary 1110000 1001001 1010111 0 100011 10110 111000 101010010 10101 100100

Color Harmonies of #704957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704957

Black with #704957

Text Example


Text Example

White with #704957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704957; }

 p { color: rgb(112,73,87); }

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

background-color css

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

 a { background-color: rgb(112,73,87); }

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

border-color css

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

 span { border-color: rgb(112,73,87); }

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