Html Css Color HEX #707359 Finch

📋 copy color: '#707359'

red 112 ◦ green 115 ◦ blue 89

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

Shades of Finch #707359

Tints of Finch #707359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.39%

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

R = 35.44%
G = 36.39%
B = 28.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#707359 (or 0x707359) is known color: Finch. HEX triplet: 70, 73 and 59. RGB value is (112,115,89). Sum of RGB (Red+Green+Blue) = 112+115+89=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #707359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707359 is #8F8CA6. Grayscale: #6F6F6F. Windows color (decimal): -9407655 or 5862256. OLE color: 5862256.

HSL color Cylindrical-coordinate representation of color #707359: hue angle of 66.92º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #707359 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 89 -
CMYK 0.03 0 0.23 0.55
HSL 66.92º 0.13% 0.4% -
HSV(B) 66.92º 0.23% 0.45% -
XYZ 14.62 16.43 11.85 -
YUV 111.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 112 115 89 0.03 0 0.23 0.55 66.92 0.13 0.4
Hex 70 73 59 3 0 17 37 43 D 28
Octal 160 163 131 3 0 27 67 103 15 50
Binary 1110000 1110011 1011001 11 0 10111 110111 1000011 1101 101000

Color Harmonies of #707359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707359

Black with #707359

Text Example


Text Example

White with #707359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707359; }

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

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

background-color css

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

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

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

border-color css

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

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

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