Html Css Color HEX #704758 Finn

📋 copy color: '#704758'

red 112 ◦ green 71 ◦ blue 88

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

Shades of Finn #704758

Tints of Finn #704758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

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

R = 41.33%
G = 26.2%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#704758 (or 0x704758) is known color: Finn. HEX triplet: 70, 47 and 58. RGB value is (112,71,88). Sum of RGB (Red+Green+Blue) = 112+71+88=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #704758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704758 is #8FB8A7. Grayscale: #555555. Windows color (decimal): -9418920 or 5785456. OLE color: 5785456.

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

Color convert

RGB 112 71 88 -
CMYK 0 0.37 0.21 0.56
HSL 335.12º 0.22% 0.36% -
HSV(B) 335.12º 0.37% 0.44% -
XYZ 10.7 8.66 10.34 -
YUV 85.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 112 71 88 0 0.37 0.21 0.56 335.12 0.22 0.36
Hex 70 47 58 0 25 15 38 14F 16 24
Octal 160 107 130 0 45 25 70 517 26 44
Binary 1110000 1000111 1011000 0 100101 10101 111000 101001111 10110 100100

Color Harmonies of #704758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704758

Black with #704758

Text Example


Text Example

White with #704758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704758; }

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

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

background-color css

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

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

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

border-color css

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

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

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