Html Css Color HEX #704857 Finn

📋 copy color: '#704857'

red 112 ◦ green 72 ◦ blue 87

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

Shades of Finn #704857

Tints of Finn #704857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 41.33%
G = 26.57%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#704857 (or 0x704857) is known color: Finn. HEX triplet: 70, 48 and 57. RGB value is (112,72,87). Sum of RGB (Red+Green+Blue) = 112+72+87=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #704857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704857 is #8FB7A8. Grayscale: #555555. Windows color (decimal): -9418665 or 5720176. OLE color: 5720176.

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

Color convert

RGB 112 72 87 -
CMYK 0 0.36 0.22 0.56
HSL 337.5º 0.22% 0.36% -
HSV(B) 337.5º 0.36% 0.44% -
XYZ 10.72 8.77 10.14 -
YUV 85.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 112 72 87 0 0.36 0.22 0.56 337.5 0.22 0.36
Hex 70 48 57 0 24 16 38 152 16 24
Octal 160 110 127 0 44 26 70 522 26 44
Binary 1110000 1001000 1010111 0 100100 10110 111000 101010010 10110 100100

Color Harmonies of #704857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704857

Black with #704857

Text Example


Text Example

White with #704857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704857; }

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

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

background-color css

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

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

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

border-color css

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

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

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