Html Css Color HEX #704855 Finn

📋 copy color: '#704855'

red 112 ◦ green 72 ◦ blue 85

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

Shades of Finn #704855

Tints of Finn #704855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 41.64%
G = 26.77%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#704855 (or 0x704855) is known color: Finn. HEX triplet: 70, 48 and 55. RGB value is (112,72,85). Sum of RGB (Red+Green+Blue) = 112+72+85=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #704855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704855 is #8FB7AA. Grayscale: #555555. Windows color (decimal): -9418667 or 5589104. OLE color: 5589104.

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

Color convert

RGB 112 72 85 -
CMYK 0 0.36 0.24 0.56
HSL 340.5º 0.22% 0.36% -
HSV(B) 340.5º 0.36% 0.44% -
XYZ 10.64 8.74 9.72 -
YUV 85.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 112 72 85 0 0.36 0.24 0.56 340.5 0.22 0.36
Hex 70 48 55 0 24 18 38 154 16 24
Octal 160 110 125 0 44 30 70 524 26 44
Binary 1110000 1001000 1010101 0 100100 11000 111000 101010100 10110 100100

Color Harmonies of #704855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704855

Black with #704855

Text Example


Text Example

White with #704855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704855; }

 p { color: rgb(112,72,85); }

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

background-color css

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

 a { background-color: rgb(112,72,85); }

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

border-color css

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

 span { border-color: rgb(112,72,85); }

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