Html Css Color HEX #704355 Finn

📋 copy color: '#704355'

red 112 ◦ green 67 ◦ blue 85

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

Shades of Finn #704355

Tints of Finn #704355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

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

R = 42.42%
G = 25.38%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#704355 (or 0x704355) is known color: Finn. HEX triplet: 70, 43 and 55. RGB value is (112,67,85). Sum of RGB (Red+Green+Blue) = 112+67+85=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #704355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704355 is #8FBCAA. Grayscale: #525252. Windows color (decimal): -9419947 or 5587824. OLE color: 5587824.

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

Color convert

RGB 112 67 85 -
CMYK 0 0.40 0.24 0.56
HSL 336º 0.25% 0.35% -
HSV(B) 336º 0.4% 0.44% -
XYZ 10.33 8.11 9.62 -
YUV 82.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 112 67 85 0 0.40 0.24 0.56 336 0.25 0.35
Hex 70 43 55 0 28 18 38 150 19 23
Octal 160 103 125 0 50 30 70 520 31 43
Binary 1110000 1000011 1010101 0 101000 11000 111000 101010000 11001 100011

Color Harmonies of #704355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704355

Black with #704355

Text Example


Text Example

White with #704355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704355; }

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

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

background-color css

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

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

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

border-color css

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

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

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