Html Css Color HEX #704C54 Finn

📋 copy color: '#704C54'

red 112 ◦ green 76 ◦ blue 84

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

Shades of Finn #704C54

Tints of Finn #704C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.88%

R = 41.18%
G = 27.94%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#704C54 (or 0x704C54) is known color: Finn. HEX triplet: 70, 4C and 54. RGB value is (112,76,84). Sum of RGB (Red+Green+Blue) = 112+76+84=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #704C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C54 is #8FB3AB. Grayscale: #575757. Windows color (decimal): -9417644 or 5524592. OLE color: 5524592.

HSL color Cylindrical-coordinate representation of color #704C54: hue angle of 346.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 #704C54 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 76 84 -
CMYK 0 0.32 0.25 0.56
HSL 346.67º 0.19% 0.37% -
HSV(B) 346.67º 0.32% 0.44% -
XYZ 10.87 9.25 9.6 -
YUV 87.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 112 76 84 0 0.32 0.25 0.56 346.67 0.19 0.37
Hex 70 4C 54 0 20 19 38 15B 13 25
Octal 160 114 124 0 40 31 70 533 23 45
Binary 1110000 1001100 1010100 0 100000 11001 111000 101011011 10011 100101

Color Harmonies of #704C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C54

Black with #704C54

Text Example


Text Example

White with #704C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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