Html Css Color HEX #704654 Finn

📋 copy color: '#704654'

red 112 ◦ green 70 ◦ blue 84

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

Shades of Finn #704654

Tints of Finn #704654

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.32%

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

R = 42.11%
G = 26.32%
B = 31.58%

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

#704654 (or 0x704654) is known color: Finn. HEX triplet: 70, 46 and 54. RGB value is (112,70,84). Sum of RGB (Red+Green+Blue) = 112+70+84=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #704654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704654 is #8FB9AB. Grayscale: #545454. Windows color (decimal): -9419180 or 5523056. OLE color: 5523056.

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

Color convert

RGB 112 70 84 -
CMYK 0 0.38 0.25 0.56
HSL 340º 0.23% 0.36% -
HSV(B) 340º 0.38% 0.44% -
XYZ 10.47 8.47 9.47 -
YUV 84.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 112 70 84 0 0.38 0.25 0.56 340 0.23 0.36
Hex 70 46 54 0 26 19 38 154 17 24
Octal 160 106 124 0 46 31 70 524 27 44
Binary 1110000 1000110 1010100 0 100110 11001 111000 101010100 10111 100100

Color Harmonies of #704654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704654

Black with #704654

Text Example


Text Example

White with #704654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704654; }

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

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

background-color css

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

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

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

border-color css

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

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

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