Html Css Color HEX #704357 Finn

📋 copy color: '#704357'

red 112 ◦ green 67 ◦ blue 87

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

Shades of Finn #704357

Tints of Finn #704357

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

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

R = 42.11%
G = 25.19%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#704357 (or 0x704357) is known color: Finn. HEX triplet: 70, 43 and 57. RGB value is (112,67,87). Sum of RGB (Red+Green+Blue) = 112+67+87=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #704357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704357 is #8FBCA8. Grayscale: #525252. Windows color (decimal): -9419945 or 5718896. OLE color: 5718896.

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

Color convert

RGB 112 67 87 -
CMYK 0 0.40 0.22 0.56
HSL 333.33º 0.25% 0.35% -
HSV(B) 333.33º 0.4% 0.44% -
XYZ 10.41 8.15 10.04 -
YUV 82.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 112 67 87 0 0.40 0.22 0.56 333.33 0.25 0.35
Hex 70 43 57 0 28 16 38 14D 19 23
Octal 160 103 127 0 50 26 70 515 31 43
Binary 1110000 1000011 1010111 0 101000 10110 111000 101001101 11001 100011

Color Harmonies of #704357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704357

Black with #704357

Text Example


Text Example

White with #704357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704357; }

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

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

background-color css

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

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

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

border-color css

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

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

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