Html Css Color HEX #707563 Finch

📋 copy color: '#707563'

red 112 ◦ green 117 ◦ blue 99

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

Shades of Finch #707563

Tints of Finch #707563

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

 BLUE value IS 99 (39.06% from 255) = 30.18%

R = 34.15%
G = 35.67%
B = 30.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#707563 (or 0x707563) is known color: Finch. HEX triplet: 70, 75 and 63. RGB value is (112,117,99). Sum of RGB (Red+Green+Blue) = 112+117+99=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #707563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707563 is #8F8A9C. Grayscale: #717171. Windows color (decimal): -9407133 or 6518128. OLE color: 6518128.

HSL color Cylindrical-coordinate representation of color #707563: hue angle of 76.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707563 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 99 -
CMYK 0.04 0 0.15 0.54
HSL 76.67º 0.08% 0.42% -
HSV(B) 76.67º 0.15% 0.46% -
XYZ 15.3 17.07 14.29 -
YUV 113.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 112 117 99 0.04 0 0.15 0.54 76.67 0.08 0.42
Hex 70 75 63 4 0 F 36 4D 8 2A
Octal 160 165 143 4 0 17 66 115 10 52
Binary 1110000 1110101 1100011 100 0 1111 110110 1001101 1000 101010

Color Harmonies of #707563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707563

Black with #707563

Text Example


Text Example

White with #707563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707563; }

 p { color: rgb(112,117,99); }

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

background-color css

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

 a { background-color: rgb(112,117,99); }

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

border-color css

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

 span { border-color: rgb(112,117,99); }

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