Html Css Color HEX #704D56 Finn

📋 copy color: '#704D56'

red 112 ◦ green 77 ◦ blue 86

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

Shades of Finn #704D56

Tints of Finn #704D56

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28%

 BLUE value IS 86 (33.98% from 255) = 31.27%

R = 40.73%
G = 28%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#704D56 (or 0x704D56) is known color: Finn. HEX triplet: 70, 4D and 56. RGB value is (112,77,86). Sum of RGB (Red+Green+Blue) = 112+77+86=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #704D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D56 is #8FB2A9. Grayscale: #585858. Windows color (decimal): -9417386 or 5655920. OLE color: 5655920.

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

Color convert

RGB 112 77 86 -
CMYK 0 0.31 0.23 0.56
HSL 344.57º 0.19% 0.37% -
HSV(B) 344.57º 0.31% 0.44% -
XYZ 11.02 9.42 10.04 -
YUV 88.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 112 77 86 0 0.31 0.23 0.56 344.57 0.19 0.37
Hex 70 4D 56 0 1F 17 38 159 13 25
Octal 160 115 126 0 37 27 70 531 23 45
Binary 1110000 1001101 1010110 0 11111 10111 111000 101011001 10011 100101

Color Harmonies of #704D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D56

Black with #704D56

Text Example


Text Example

White with #704D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,77,86); }

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

background-color css

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

 a { background-color: rgb(112,77,86); }

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

border-color css

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

 span { border-color: rgb(112,77,86); }

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