Html Css Color HEX #704458 Finn

📋 copy color: '#704458'

red 112 ◦ green 68 ◦ blue 88

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

Shades of Finn #704458

Tints of Finn #704458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.37%

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

R = 41.79%
G = 25.37%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#704458 (or 0x704458) is known color: Finn. HEX triplet: 70, 44 and 58. RGB value is (112,68,88). Sum of RGB (Red+Green+Blue) = 112+68+88=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #704458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704458 is #8FBBA7. Grayscale: #535353. Windows color (decimal): -9419688 or 5784688. OLE color: 5784688.

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

Color convert

RGB 112 68 88 -
CMYK 0 0.39 0.21 0.56
HSL 332.73º 0.24% 0.35% -
HSV(B) 332.73º 0.39% 0.44% -
XYZ 10.51 8.28 10.28 -
YUV 83.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 112 68 88 0 0.39 0.21 0.56 332.73 0.24 0.35
Hex 70 44 58 0 27 15 38 14D 18 23
Octal 160 104 130 0 47 25 70 515 30 43
Binary 1110000 1000100 1011000 0 100111 10101 111000 101001101 11000 100011

Color Harmonies of #704458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704458

Black with #704458

Text Example


Text Example

White with #704458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704458; }

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

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

background-color css

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

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

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

border-color css

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

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

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