Html Css Color HEX #704358 Finn

📋 copy color: '#704358'

red 112 ◦ green 67 ◦ blue 88

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

Shades of Finn #704358

Tints of Finn #704358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.96%

R = 41.95%
G = 25.09%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#704358 (or 0x704358) is known color: Finn. HEX triplet: 70, 43 and 58. RGB value is (112,67,88). Sum of RGB (Red+Green+Blue) = 112+67+88=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #704358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704358 is #8FBCA7. Grayscale: #525252. Windows color (decimal): -9419944 or 5784432. OLE color: 5784432.

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

Color convert

RGB 112 67 88 -
CMYK 0 0.40 0.21 0.56
HSL 332º 0.25% 0.35% -
HSV(B) 332º 0.4% 0.44% -
XYZ 10.45 8.16 10.26 -
YUV 82.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 112 67 88 0 0.40 0.21 0.56 332 0.25 0.35
Hex 70 43 58 0 28 15 38 14C 19 23
Octal 160 103 130 0 50 25 70 514 31 43
Binary 1110000 1000011 1011000 0 101000 10101 111000 101001100 11001 100011

Color Harmonies of #704358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704358

Black with #704358

Text Example


Text Example

White with #704358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704358; }

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

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

background-color css

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

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

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

border-color css

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

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

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