Html Css Color HEX #704F57 Finn

📋 copy color: '#704F57'

red 112 ◦ green 79 ◦ blue 87

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

Shades of Finn #704F57

Tints of Finn #704F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.42%

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

R = 40.29%
G = 28.42%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#704F57 (or 0x704F57) is known color: Finn. HEX triplet: 70, 4F and 57. RGB value is (112,79,87). Sum of RGB (Red+Green+Blue) = 112+79+87=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #704F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F57 is #8FB0A8. Grayscale: #595959. Windows color (decimal): -9416873 or 5721968. OLE color: 5721968.

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

Color convert

RGB 112 79 87 -
CMYK 0 0.29 0.22 0.56
HSL 345.45º 0.17% 0.37% -
HSV(B) 345.45º 0.29% 0.44% -
XYZ 11.2 9.72 10.3 -
YUV 89.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 112 79 87 0 0.29 0.22 0.56 345.45 0.17 0.37
Hex 70 4F 57 0 1D 16 38 159 11 25
Octal 160 117 127 0 35 26 70 531 21 45
Binary 1110000 1001111 1010111 0 11101 10110 111000 101011001 10001 100101

Color Harmonies of #704F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F57

Black with #704F57

Text Example


Text Example

White with #704F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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