Html Css Color HEX #704655 Finn

📋 copy color: '#704655'

red 112 ◦ green 70 ◦ blue 85

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

Shades of Finn #704655

Tints of Finn #704655

RGB

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

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

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

R = 41.95%
G = 26.22%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#704655 (or 0x704655) is known color: Finn. HEX triplet: 70, 46 and 55. RGB value is (112,70,85). Sum of RGB (Red+Green+Blue) = 112+70+85=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #704655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704655 is #8FB9AA. Grayscale: #545454. Windows color (decimal): -9419179 or 5588592. OLE color: 5588592.

HSL color Cylindrical-coordinate representation of color #704655: hue angle of 338.57º 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 #704655 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 85 -
CMYK 0 0.38 0.24 0.56
HSL 338.57º 0.23% 0.36% -
HSV(B) 338.57º 0.38% 0.44% -
XYZ 10.51 8.48 9.68 -
YUV 84.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 112 70 85 0 0.38 0.24 0.56 338.57 0.23 0.36
Hex 70 46 55 0 26 18 38 153 17 24
Octal 160 106 125 0 46 30 70 523 27 44
Binary 1110000 1000110 1010101 0 100110 11000 111000 101010011 10111 100100

Color Harmonies of #704655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704655

Black with #704655

Text Example


Text Example

White with #704655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704655; }

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

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

background-color css

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

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

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

border-color css

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

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

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