Html Css Color HEX #707859 Finch

📋 copy color: '#707859'

red 112 ◦ green 120 ◦ blue 89

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

Shades of Finch #707859

Tints of Finch #707859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.38%

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

R = 34.89%
G = 37.38%
B = 27.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#707859 (or 0x707859) is known color: Finch. HEX triplet: 70, 78 and 59. RGB value is (112,120,89). Sum of RGB (Red+Green+Blue) = 112+120+89=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 120 - color contains mainly: green. Hex color #707859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707859 is #8F87A6. Grayscale: #727272. Windows color (decimal): -9406375 or 5863536. OLE color: 5863536.

HSL color Cylindrical-coordinate representation of color #707859: hue angle of 75.48º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707859 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 120 89 -
CMYK 0.07 0 0.26 0.53
HSL 75.48º 0.15% 0.41% -
HSV(B) 75.48º 0.26% 0.47% -
XYZ 15.2 17.6 12.05 -
YUV 114.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 112 120 89 0.07 0 0.26 0.53 75.48 0.15 0.41
Hex 70 78 59 7 0 1A 35 4B F 29
Octal 160 170 131 7 0 32 65 113 17 51
Binary 1110000 1111000 1011001 111 0 11010 110101 1001011 1111 101001

Color Harmonies of #707859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707859

Black with #707859

Text Example


Text Example

White with #707859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707859; }

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

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

background-color css

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

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

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

border-color css

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

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

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