Html Css Color HEX #704554 Finn

📋 copy color: '#704554'

red 112 ◦ green 69 ◦ blue 84

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

Shades of Finn #704554

Tints of Finn #704554

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

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

R = 42.26%
G = 26.04%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#704554 (or 0x704554) is known color: Finn. HEX triplet: 70, 45 and 54. RGB value is (112,69,84). Sum of RGB (Red+Green+Blue) = 112+69+84=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #704554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704554 is #8FBAAB. Grayscale: #535353. Windows color (decimal): -9419436 or 5522800. OLE color: 5522800.

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

Color convert

RGB 112 69 84 -
CMYK 0 0.38 0.25 0.56
HSL 339.07º 0.24% 0.35% -
HSV(B) 339.07º 0.38% 0.44% -
XYZ 10.41 8.34 9.45 -
YUV 83.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 112 69 84 0 0.38 0.25 0.56 339.07 0.24 0.35
Hex 70 45 54 0 26 19 38 153 18 23
Octal 160 105 124 0 46 31 70 523 30 43
Binary 1110000 1000101 1010100 0 100110 11001 111000 101010011 11000 100011

Color Harmonies of #704554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704554

Black with #704554

Text Example


Text Example

White with #704554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704554; }

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

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

background-color css

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

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

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

border-color css

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

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

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