Html Css Color HEX #707159 Finch

📋 copy color: '#707159'

red 112 ◦ green 113 ◦ blue 89

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

Shades of Finch #707159

Tints of Finch #707159

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.99%

 BLUE value IS 89 (35.16% from 255) = 28.34%

R = 35.67%
G = 35.99%
B = 28.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#707159 (or 0x707159) is known color: Finch. HEX triplet: 70, 71 and 59. RGB value is (112,113,89). Sum of RGB (Red+Green+Blue) = 112+113+89=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 113 - color contains mainly: green. Hex color #707159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707159 is #8F8EA6. Grayscale: #6E6E6E. Windows color (decimal): -9408167 or 5861744. OLE color: 5861744.

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

Color convert

RGB 112 113 89 -
CMYK 0.01 0 0.21 0.56
HSL 62.5º 0.12% 0.4% -
HSV(B) 62.5º 0.21% 0.44% -
XYZ 14.39 15.98 11.78 -
YUV 109.97 116.17 129.45 -
System Red Green Blue C M Y K H S L
Decimal 112 113 89 0.01 0 0.21 0.56 62.5 0.12 0.4
Hex 70 71 59 1 0 15 38 3F C 28
Octal 160 161 131 1 0 25 70 77 14 50
Binary 1110000 1110001 1011001 1 0 10101 111000 111111 1100 101000

Color Harmonies of #707159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707159

Black with #707159

Text Example


Text Example

White with #707159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707159; }

 p { color: rgb(112,113,89); }

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

background-color css

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

 a { background-color: rgb(112,113,89); }

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

border-color css

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

 span { border-color: rgb(112,113,89); }

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