Html Css Color HEX #704254 Finn

📋 copy color: '#704254'

red 112 ◦ green 66 ◦ blue 84

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

Shades of Finn #704254

Tints of Finn #704254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.19%

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

R = 42.75%
G = 25.19%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#704254 (or 0x704254) is known color: Finn. HEX triplet: 70, 42 and 54. RGB value is (112,66,84). Sum of RGB (Red+Green+Blue) = 112+66+84=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #704254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704254 is #8FBDAB. Grayscale: #515151. Windows color (decimal): -9420204 or 5522032. OLE color: 5522032.

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

Color convert

RGB 112 66 84 -
CMYK 0 0.41 0.25 0.56
HSL 336.52º 0.26% 0.35% -
HSV(B) 336.52º 0.41% 0.44% -
XYZ 10.23 7.98 9.39 -
YUV 81.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 112 66 84 0 0.41 0.25 0.56 336.52 0.26 0.35
Hex 70 42 54 0 29 19 38 151 1A 23
Octal 160 102 124 0 51 31 70 521 32 43
Binary 1110000 1000010 1010100 0 101001 11001 111000 101010001 11010 100011

Color Harmonies of #704254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704254

Black with #704254

Text Example


Text Example

White with #704254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704254; }

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

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

background-color css

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

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

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

border-color css

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

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

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