Html Css Color HEX #704C57 Finn

📋 copy color: '#704C57'

red 112 ◦ green 76 ◦ blue 87

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

Shades of Finn #704C57

Tints of Finn #704C57

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.64%

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

R = 40.73%
G = 27.64%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#704C57 (or 0x704C57) is known color: Finn. HEX triplet: 70, 4C and 57. RGB value is (112,76,87). Sum of RGB (Red+Green+Blue) = 112+76+87=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #704C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C57 is #8FB3A8. Grayscale: #585858. Windows color (decimal): -9417641 or 5721200. OLE color: 5721200.

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

Color convert

RGB 112 76 87 -
CMYK 0 0.32 0.22 0.56
HSL 341.67º 0.19% 0.37% -
HSV(B) 341.67º 0.32% 0.44% -
XYZ 10.99 9.3 10.23 -
YUV 88.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 112 76 87 0 0.32 0.22 0.56 341.67 0.19 0.37
Hex 70 4C 57 0 20 16 38 156 13 25
Octal 160 114 127 0 40 26 70 526 23 45
Binary 1110000 1001100 1010111 0 100000 10110 111000 101010110 10011 100101

Color Harmonies of #704C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C57

Black with #704C57

Text Example


Text Example

White with #704C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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